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

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.

Detailed Description

The base class for popup dialogs.

Examples:
widget.qml.

Property Documentation

bool Dialog::showProgressIndicator
readwrite

Whether the progress indicator should be visible.

The default value is false.

enumeration Dialog::status
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.