|
Qt Components Hildon
0.20
QML components for Maemo5 with Hildon styling.
|
The base class for buttons. More...
Inherited by Button, CheckBox, ToolButton, and ValueButton.
Signals | |
| void | clicked () |
| Emitted when the button is clicked. | |
| void | toggled (bool checked) |
| Emitted when the button checked property is changed. | |
Properties | |
| Action | action |
| The Action associated with the button. | |
| bool | autoRepeat |
| Whether the button should accept auto-repeated key events. | |
| bool | checkable |
| Whether the button is checkable. | |
| bool | checked |
| Whether the button is checked. | |
| ExclusiveGroup | exclusiveGroup |
| The ExclusiveGroup to which the button belongs. | |
| string | iconName |
| The name of the icon to be used. | |
| string | iconSource |
| The source of the icon to be used. | |
| bool | pressed |
| Whether the button is pressed. | |
| keysequence | shortcut |
| The keyboard shorcut used to click the button. | |
| string | text |
| The text to be displayed in the button. | |
The base class for buttons.
AbstractButton provides functions, properties and signals common to interactive buttons. It does not draw any content.
| Action AbstractButton::action |
| bool AbstractButton::autoRepeat |
Whether the button should accept auto-repeated key events.
The default value is true.
| bool AbstractButton::checkable |
Whether the button is checkable.
The default value is false.
| bool AbstractButton::checked |
Whether the button is checked.
The default value is false.
| ExclusiveGroup AbstractButton::exclusiveGroup |
| string AbstractButton::iconName |
The name of the icon to be used.
| string AbstractButton::iconSource |
The source of the icon to be used.
| bool AbstractButton::pressed |
Whether the button is pressed.
The default value is false.
1.8.1.2