[PyQt] comboBox inside a statusBar
kib2
kib2 at free.fr
Wed Nov 7 13:09:20 GMT 2007
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.
More information about the PyQt
mailing list