|
Qt Components Hildon
0.20
QML components for Maemo5 with Hildon styling.
|
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. | |
A window component that can be stacked or used as a top-level window.
|
readwrite |
The current orientation lock of the window.
|
readwrite |
Whether the progress indicator should be visible.
The default value is false.
|
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. |
1.8.1.2