Retrieve a list of buttons added to this QButtonGroup.
The radio button that is currently selected, if any.
ID / index into QButtonGroup.buttons that is currently selected. If no radio button is selected, -1 will be returned.
Signal emitted when any radio button in this QButtonGroup is selected or deselected. If the button that causes the signal to be emitted is now selected, checked will be true.
Add a radio button to this group with the given text and tooltip.
Add multiple radio buttons to this group.
Each entry in the values array is the text that will appear on the radio button. The optional list of tooltips specifies the tooltip for the radio buttons at each index.
Generated using TypeDoc
A group of radio buttons where only one button can be selected.
1.11.1