PageStack QML Type

PageStack Component More...

Import Statement: import QuickAndrid .

Properties

Signals

Methods

Detailed Description

Property Documentation

asynchronous : bool


read-onlycount : int


initialPage : var


read-onlypages : var


queueEnabled : bool

This property hold an indicator to enable queued push/pop while it is running.

The default value is false.


running : bool

It is true if the page is either in pushing or popping.


topPage : var


Signal Documentation

popped(Item page)


pushed(Item page)


Method Documentation

pop( animated)


push( source, properties, animated)