Re: [Interest] QCompleter::currentIndex issue

2013-04-21 Thread Tony Rietwyk
Al-Noimi Sent: Sunday, 21 April 2013 12:43 PM To: interest@qt-project.org Subject: [Interest] QCompleter::currentIndex issue Hi, I set QCompleter to QLineEdit object… it works fine but I can’t get the current index from QCompleter by currentIndex() because it always return 0 for row index. PS

Re: [Interest] QCompleter::currentIndex issue

2013-04-21 Thread Muhammad Bashir Al-Noimi
On 04/22/2013 03:33 AM, Tony Rietwyk wrote: Hi Muhammad, I haven't used QCompleter, and I agree that the documentation is vague and crying out for a diagram. From my reading, the

[Interest] QCompleter::currentIndex issue

2013-04-20 Thread Muhammad Bashir Al-Noimi
Hi, I set QCompleter to QLineEdit object… it works fine but I can’t get the current index from QCompleter by currentIndex() because it always return 0 for row index. PS I call currentIndex() from QLineEdit editingFinished() slot. void MainWindow::on_lineEdit_find_editingFinished()