Ingmar Steen a écrit :

Hi,

You get that message because QComboBox::textChanged is a Qt3
compatibility signal. In Qt4 you should use the editTextChanged
signal, the activated signal or the currentIndex signal.

Ingmar


Thanks Ingmar, I choose "textChanged" because I've found it in QtDesigner4 (for ascending compatibility I suppose).

Nevertheless, changing it to "editTextChanged" did not solve the problem: I've got no error message this time, but still no text printed in my console.

Any idea ? Thanks.

Christophe K.
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to