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


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

Reply via email to