RadioButton QML Type

Provides a radio button. More...

Import Statement: import quey.ui 0.1
Inherits:

Item

Properties

Signals

Detailed Description

Property Documentation

color : color

The color of the button. Defaults to Style.palette.regular.


group : Item

The RadioGroup. Defaults to parent.


hovered : alias

This property is true if the button contains the mouse.


[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.


Signal Documentation

clicked()

Emitted if the button is clicked.