PDA

View Full Version : QCompleter on editable CombBox or LineEdit



Talei
18th August 2013, 18:11
Hello,
I want to add QCompleter functionality into either ComboBox (editable one - but there is none in QtQuick 2 widgets) or in any LineInput.

Unfortunately non of input text "widgets" are able to setCompleter.

Any idea how to implement Completion functionality on i.e. ComboBox or any text input "widget"?

pkj
19th August 2013, 04:27
Both QLineEdit::setCompleter and QComboBox::setCompleter works great for one single line of input without spaces. Can you be able to post some code with what are you trying to do?

Talei
19th August 2013, 12:25
I mean QtQucik2 here not QLineEDit without QProxyWidget.

And Yes QLineEdit works fine.