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

Displays a Hildon-style popup information banner. More...

Properties

list< QDeclarativeItem > children
 The visual children of the information box.
list< object > data
 The visual children of the information box.
enumeration status
 The current status of the information box.

Detailed Description

Displays a Hildon-style popup information banner.

See Also
Notification

Property Documentation

enumeration InformationBox::status
read

The current status of the information box.

Possible values are:

Value Description
DialogStatus.Closed The information box is closed (default).
DialogStatus.Opening The information box is opening.
DialogStatus.Open The information box is open.
DialogStatus.Closing The information box is closing.