Qt Components Hildon  0.20
QML components for Maemo5 with Hildon styling.
 All Classes Functions Properties Groups Pages
Properties | List of all members
ToolButton Class Reference

A push button for use in a ToolBar. More...

Inherits AbstractButton.

Properties

ToolButtonStyle style
 Provides styling properties for the button.
- Properties inherited from AbstractButton
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.

Additional Inherited Members

- Signals inherited from AbstractButton
void clicked ()
 Emitted when the button is clicked.
void toggled (bool checked)
 Emitted when the button checked property is changed.

Detailed Description

A push button for use in a ToolBar.

See Also
ToolBar, ToolButtonStyle
Examples:
webview.qml.