I have been able to use QCompleter with QLineEdit, but how do I use it with QTextEdit?
According to this and this, it should be possible. But how?
I can probably dig deep into the code and find out, but is there an easy way to do it?
Thanks!
Printable View
I think you have to use QCompleter::setWidget() and then probably do something with QTextEdit :) But I'd wait a little until Qt4.2 comes to a more stable state.