PageContainer QML Type

Container element for page navigation More...

Import Statement: import quey.ui 0.1
Inherits:

Item

Inherited By:

PageColumn, PageDialog, and PageWindow

Properties

Detailed Description

PageContainer is an abstract item to provide a container element for pages. PageContainers are used within of a PageView.

Property Documentation

currentPage : var

The current page.


d : QtObject

This is used internally.


hidden : bool

Condition hiding the container. Defaults to undefined.


[read-only] isEmpty : bool

true if there are no pages attached currently.


[read-only] isSubPage : bool

true, if the current page is a sub page.


pageView : Item

Must be set to the PageView this container belongs to.


pages : var

A list of pages this container currently holds.


when : bool

Condition activating the container. Defaults to undefined.