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