|
Qt Components Hildon
0.20
QML components for Maemo5 with Hildon styling.
|
Provides a container for Button used for confirming edit actions inside a Window. More...
Signals | |
| void | accepted () |
| This signal can be emitted when the user clicks the button that confirms the edit action. | |
| void | rejected () |
| This signal can be emitted when the user rejects the edit action. | |
Properties | |
| list< Button > | buttons |
| One or more buttons to be displayed in the edit bar. | |
| string | text |
| The text to be displayed in the edit bar. | |
Provides a container for Button used for confirming edit actions inside a Window.
components
The EditBar component is intended for use inside a Window in fullscreen mode, in place of the status area.
|
signal |
This signal can be emitted when the user rejects the edit action.
This signal is also emitted when the 'back' button is pressed.
| list<Button> EditBar::buttons |
One or more buttons to be displayed in the edit bar.
When a button is added, it will automatically be styled to suit the edit bar.
1.8.1.2