PDA

View Full Version : QLineEdit completions



Kaluss
20th December 2015, 22:19
Hi All,
I got problem with QEditLine with QCompleter.
When Im typing text from the keyboard everything is ok, but when I use function QLineEdit::setText, the completions are not shown.
When I use QLineEdit complete all of completion are shown(even those which not fit to the text), but it's not what I want.

Does anybody know what I should do to display completions for text placed by QLineEdit::setText?

Best regards,
Tomek