i am using python2.7 and pyqt4. i built a gui using designer . it has a qcombobox and i am able to populate the list but donno how to catch the signal when it is activated(when an item is selected from the list in qcombobox)
QtCore.QObject.connect(self.ui.qcombobox, QtCore.SIGNAL("activated()"),????????)


Reply With Quote

Bookmarks