class KButtonGroup |
|
Group box with index of the selected radio button
KGroupBox is a simple group box that can keep track of the current selected
radio button of the ones added to it.
Use normally as you would with a QGroupBox.
Author Pino Toscano |
|
Construct a new empty KGroupBox. |
|
Emitted when anything (a click on a radio button, or calling setSelected()) change the id of the current selected. id is the index of the new selected radio button. |
|
Reimplemented from QGroupBox. |
|
The radio button with index id was clicked |
|
The radio button with index id was pressed |
|
The radio button with index id was released |
|
Return the index of the selected QRadioButton, among the QRadioButton's added to the widget. Returns the index of the selected radio button |
|
Select the id -th radio button |