|
Qt Components Hildon
0.20
QML components for Maemo5 with Hildon styling.
|
A desktop popup notification. More...
Public Slots | |
| void | hide () |
| Hides the notification. | |
| void | open () |
| Opens the notification. | |
| void | show () |
| Displays the notification. | |
Properties | |
| string | category |
| The category of the notification. | |
| dict | hints |
| The hints provided by the notification. | |
| string | iconSource |
| The icon source of the notification. | |
| string | soundSource |
| The sound source of the notification. | |
| string | text |
| The text of the notification. | |
| int | timeout |
| The timeout of the notification. | |
| string | title |
| The title of the notification. | |
| bool | visible |
| Whether the notification is visible. | |
A desktop popup notification.
|
slot |
Hides the notification.
Equvalent to visible = false.
|
slot |
Opens the notification.
Equvalent show().
|
slot |
Displays the notification.
Equvalent to visible = true.
|
readwrite |
Whether the notification is visible.
The default value is false
1.8.1.2