MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML Page Element

A base container for one page. More...

Inherits Item

This element was introduced in qt-components 4.7.

Properties

Detailed Description

The Page item is intended for use as a root item in QML items that make up pages to use with the PageStack. See PageStack for more information how page can be used.

Property Documentation

orientationLock : int

Property default is PageOrientation.Automatic

Defines if page orientation should be locked.

  • PageStatus::Automatic - the page orientation is not locked.
  • PageStatus::LockPortrait - the page orientation is locked in portrait.
  • PageStatus::LockLandscape - the page orientation is locked in landscape.
  • PageStatus::LockPrevious - the page orientation will remain as in previous page.

pageStack : Item

Defines the PageStack for the page. See PageStack for more info.


status : int

The status of the page. One of the following:

  • PageStatus::Inactive - the page is not visible.
  • PageStatus::Activating - the page is transitioning into becoming the active page.
  • PageStatus::Active - the page is the current active page.
  • PageStatus::Deactivating - the page is transitioning into becoming the inactive page.

tools : Item

Defines the tools for the page, null for none. See PageStack and Toolbar documentation for more info.