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

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< Buttonbuttons
 One or more buttons to be displayed in the edit bar.
string text
 The text to be displayed in the edit bar.

Detailed Description

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.

See Also
Button, EditButtonStyle, Window

Member Function Documentation

void EditBar::rejected ( )
signal

This signal can be emitted when the user rejects the edit action.

This signal is also emitted when the 'back' button is pressed.

Property Documentation

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.