[PyQt] new signal style

Olivier Fournier o.fournier at perigord.com
Wed Apr 21 17:00:11 BST 2010


Hi,

my_comboBox.currentIndexChanged.connect(my_function) "return" an integer

Is it possible with new signal style to obtain directly the text of 
QConbobox item like with:
connect(my_comboBox, QtCore.SIGNAL("currentIndexChanged ( const QString 
& ) "),my_function)

thanks

Oliv




More information about the PyQt mailing list