Qt Components Hildon  0.20
QML components for Maemo5 with Hildon styling.
 All Classes Functions Properties Groups Pages
Public Slots | Properties | List of all members
Window Class Reference

A window component that can be stacked or used as a top-level window. More...

Inherited by ApplicationWindow.

Public Slots

void activate ()
 Activates the window.

Properties

list< QDeclarativeItem > children
 The visual children of the window.
Item contentItem
 The window's content item.
list< object > data
 The children of the window.
int orientationLock
 The current orientation lock of the window.
bool showProgressIndicator
 Whether the progress indicator should be visible.
enumeration status
 The current status of the window.

Detailed Description

A window component that can be stacked or used as a top-level window.

See Also
ApplicationWindow, WindowStack

Property Documentation

int Window::orientationLock
readwrite

The current orientation lock of the window.

See Also
screen::orientationLock
bool Window::showProgressIndicator
readwrite

Whether the progress indicator should be visible.

The default value is false.

enumeration Window::status
read

The current status of the window.

Possible values are:

Value Description
WindowStatus.Inactive The window is inactive (default).
WindowStatus.Activating The window is being activated.
WindowStatus.Active The window is active, i.e. it is the current window.
WindowStatus.Deactivating The window is being de-activated.