Hi Guys,<br><br>I am trying to get the choice made by the user on Python Qt with radiobutton.<br><br>QtCore.QObject.connect(self.radioButton1, QtCore.SIGNAL("toggled()"),self.radio_activateInput)<br>QtCore.QObject.connect(self.radioButton2, QtCore.SIGNAL("toggled()"),self.radio_activateInput)<br>
<br>and that<br><br>QtCore.QObject.connect(self.performGroupBox, QtCore.SIGNAL("toggled()"),self.radio_activateInput)<br><br>But it didn't make anything when I click on the option.<br><br>Yes, I have enabled it:<br>
<br>self.radioButton1.setCheckable(True)<br>self.radioButton1.setChecked(True)<br>self.radioButton2.setCheckable(True)<br><br>Any suggestion?<br><input id="gwProxy" type="hidden"><input onclick="jsCall();" id="jsProxy" type="hidden"><div id="refHTML">
</div>