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 ==== _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
