MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML RadioButton Element

Component to express a boolean choose. More...

Inherits CheckBox

This element was introduced in qt-components 4.7.

Properties

Signals

Detailed Description

A radio button is a component that accepts user input and sends a clicked signal for the application to handle. The radio button can be checked or unchecked. The radio button should be never used alone, but inside a radio group.

Property Documentation

checked : bool

Specifies the checked state.


enabled : bool

Property default is true.


pressed : bool

(ReadOnly) Is true when the radio button is pressed.


Signal Documentation

RadioButton::clicked ()

Is emitted when the radio button is clicked.