[Solved] How can I uncheck the qcheckbox?
-
You can use the "setCheckState":http://doc.qt.nokia.com/4.6/qcheckbox.html#setCheckState method on your QCheckBox objects, in the code called when your button is clicked
-
You can also use "setChecked":http://doc.qt.nokia.com/4.6/qabstractbutton.html#checked-propset from QAbstractButton.