Hi Guys,
I am trying to get the choice made by the user on Python Qt with
radiobutton.
QtCore.QObject.connect(self.radioButton1,
QtCore.SIGNAL("toggled()"),self.radio_activateInput)
QtCore.QObject.connect(self.radioButton2,
QtCore.SIGNAL("toggled()"),self.radio_activateInput)
and that
QtCore.QO
Hi Everybody,
I am developing a project for one customer, where the design has a radio
button with exclusive options.
Here is a piece of the code that runs and show two nice radio buttons:
self.performGroupBox = QtGui.QGroupBox(self.centralwidget)
self.performGroupBox.setGeometry