ActionBar QML Type

Displays a menu and an action row. Provides the base of PageHeadView More...

Import Statement: import quey.ui 0.1
Inherits:

Item

Inherited By:

PageHeadView

Properties

Signals

Detailed Description

Property Documentation

actions : Action

A list of actions. Refer to Action for more information.


backButtonEnabled : bool

If this is set to false the back button is disabled.


[read-only] hasMenu : bool

This property is true if menu is valid.


iconColor : color

Sets the icon color. Defaults to Style.palette.regular.


isSubPage : bool

If this is set to true a back button is displayed instead of the MenuButton if any, indicating that this is a sub page.


If set this property provides the Menu to be displayed by the integrated MenuButton.


title : string

Sets the ActionBar's title.


Signal Documentation

backClicked()

Called when the user pressed the back button. The back button is only visible if isSubPage is set to true.