[PyQt] Using a QCompleter with a QLineEdit
projetmbc
projetmbc at club-internet.fr
Thu Jun 25 09:56:09 BST 2009
projetmbc a écrit :
> Try to do the following change :
> ==== OLD ====
> lineEditCompleter = QtGui.QCompleter(completerList)
> ==== NEW ====
> lineEditCompleter = QtGui.QCompleter(completerList)
> ==== END ====
Sorry, I've forgot to do the changes. Here there are.
==== OLD ====
lineEditCompleter = QtGui.QCompleter(completerList)
==== NEW ====
lineEditCompleter = QtGui.QCompleter(completerList, self)
==== END ====
More information about the PyQt
mailing list