Since you have the check boxes in a button group, you can use:
QButtonGroup::clicked(int id) [signal]
At least in Qt4, the corresponding signal is emitted for the check box that was "checked".
Since you have the check boxes in a button group, you can use:
QButtonGroup::clicked(int id) [signal]
At least in Qt4, the corresponding signal is emitted for the check box that was "checked".
mickey (20th March 2006)
Bookmarks