PageView QML Type

An abstract item that manages a set of pages inside through a defined set of containers. More...

Import Statement: import quey.ui 0.1
Inherits:

Item

Inherited By:

PageRowLayout and PageStack

Properties

Signals

Methods

Detailed Description

Property Documentation

containers : Item

The list of containers attached to this view.


pages : var

The list of pages this view currently holds.


Signal Documentation

pagePopped(Page page)

Emitted when a page was popped.


pagePushed(Page page)

Emitted when a page was pushed.


Method Documentation

pop(page)

Remove a page from the view.


push(page)

Add a page to the view.