Page QML Type

Represents a page on the navigation page stack. More...

Import Statement: import quey.ui 0.1
Inherits:

Item

Inherited By:

TabPage

Properties

Signals

Methods

Detailed Description

Property Documentation

actions : Action

A list of actions attached to the page.


containers : PageContainer

An list of PageContainer items this page may be displayed in.


fixed : bool

When set to true the page can't be popped from the view using the "back button".


[read-only] hasMenu : bool

This property is true if menu is valid.


The attached Menu. You can use menuItems alternatively.


A list of MenuItem.


pageView : var

If the page is currently present in a PageView this property holds a reference to it. Otherwise it is undefined.


showHeader : bool

Set this to false if you want to hide the page header.


title : string

The title to be displayed in the page header.


Signal Documentation

popped(var pageView)

Emitted when page is popped from a PageView.


pushed(var pageView)

Emitted when page is pushed to a PageView.


Method Documentation

pop()

Pop the page from the current PageView if any.


push(pageView)

Push this page to a PageView.