Notification
Properties | |
list< Action > | actions |
string | iconName |
string | iconSource |
string | message |
string | title |
Public Member Functions | |
void | dispatch () |
Detailed Description
A wrapper for easily composing a notification that can be dispatched.
The notification is dispatched to the current application window overlay area.

By default this control will take QQC2 Action as children. For showing the notification just call the function dispatch
Definition at line 34 of file Notification.qml.
Property Documentation
◆ actions
|
read |
- Remarks
- This is the default property
Definition at line 40 of file Notification.qml.
◆ iconName
|
read |
The name of the icon to be used.
Definition at line 56 of file Notification.qml.
◆ iconSource
|
read |
The icon from a file source, such as an image to be used.
Definition at line 52 of file Notification.qml.
◆ message
|
read |
The body message of the notification.
Definition at line 48 of file Notification.qml.
◆ title
|
read |
The title for the notification.
Definition at line 44 of file Notification.qml.
Member Function Documentation
◆ dispatch()
void Notification::dispatch | ( | ) |
Sends the notification to the toast-area to be visible.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Mar 14 2025 11:53:06 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.