|
Qt Components Hildon
0.20
QML components for Maemo5 with Hildon styling.
|
The base class for popup dialogs. More...
Inherited by AbstractPickSelector, and MessageBox.
Properties | |
| list< QDeclarativeItem > | children |
| The visual children of the dialog. | |
| list< object > | data |
| The children of the dialog. | |
| bool | showProgressIndicator |
| Whether the progress indicator should be visible. | |
| enumeration | status |
| The current status of the dialog. | |
The base class for popup dialogs.
|
readwrite |
Whether the progress indicator should be visible.
The default value is false.
|
read |
The current status of the dialog.
Possible values are:
| Value | Description |
|---|---|
| DialogStatus.Closed | The dialog is closed (default). |
| DialogStatus.Opening | The dialog is opening. |
| DialogStatus.Open | The dialog is open. |
| DialogStatus.Closing | The dialog is closing. |
1.8.1.2