Provides a radio button. More...
Item
color : color
The color of the button. Defaults to Style.palette.regular.
Style.palette.regular
group : Item
The RadioGroup. Defaults to parent.
parent
hovered : alias
This property is true if the button contains the mouse.
true
[read-only] isGroupValid : bool
Whether the group is valid or not.
pressed : alias
This property is true if the button is currently pressed.
selected : bool
This property is true if this button is selected.
text : string
The text to be displayed next to the button.
clicked()
Emitted if the button is clicked.