PyQT 4.6.2 question about radiobuttons

woooee woooee at gmail.com
Sun Jan 17 18:32:08 EST 2010


QT uses "toggled".  I do not use QT much but it would be something
like
self.radioButton_one.setCheckable(True)
QtCore.QObject.connect(self.radioButton_one, QtCore.SIGNAL("toggled
()"),self.button_one_function)

If this doesn't work, you can probably find more with a Google for
"toggled".



More information about the Python-list mailing list