org::kde::kirigami::PlaceholderMessage

Public Types | |
enum | Type { Actionable, Informational } |
Properties | |
P | ActionIconGroup |
string | explanation |
alias | helpfulAction |
string | text |
int | type |
Detailed Description
A placeholder message indicating that a view is empty.
The message comprises a label with text, an optional explanation below the main text, an optional icon above all the text, and an optional button below all the text which can be used to easily show the user what to do next to add content to the view.
The top-level component is a ColumnLayout, so additional components items can simply be added as child items and they will be positioned sanely.
Example usage:
- Since
- 2.12
Definition at line 142 of file PlaceholderMessage.qml.
Property Documentation
◆ ActionIconGroup
|
read |
This property provides an icon to display above the top text label.
- Note
- It accepts
icon.name
andicon.source
to set the icon source. It is suggested to useicon.name
.
Optional; if undefined, the message will have no icon. Falls back to undefined
if the specified icon is not valid or cannot be loaded.
- See also
- org::kde::kirigami::private::ActionIconGroup
- Since
- 5.70
Definition at line 194 of file PlaceholderMessage.qml.
◆ explanation
|
read |
This property holds the smaller explanatory text to show below the larger title-style text.
Useful for providing a user-friendly explanation on how to proceed.
Optional; if not defined, the message will have no supplementary explanatory text.
- Since
- 5.80
Definition at line 181 of file PlaceholderMessage.qml.
◆ helpfulAction
|
read |
This property holds an action that helps the user proceed.
Typically used to guide the user to the next step for adding content or items to an empty view.
Optional; if undefined, no button will appear below the text label.
- Since
- 5.70
Definition at line 206 of file PlaceholderMessage.qml.
◆ text
|
read |
This property holds the text to show in the placeholder label.
Optional; if not defined, the message will have no large text label text. If both text: and explanation: are omitted, the message will have no text and only an icon, action button, and/or other custom content.
- Since
- 5.70
Definition at line 170 of file PlaceholderMessage.qml.
◆ type
|
read |
This property holds the PlaceholderMessage type.
The type of the message. This can be:
Kirigami.PlaceholderMessage.Type.Actionable
: Makes it more attention-getting. Useful when the user is expected to interact with the message.Kirigami.PlaceholderMessage.Type.Informational
: Makes it less prominent. Useful when the message in only informational.
default: if a helpfulAction is provided this will be of type Actionable otherwise of type Informational.
- Since
- 5.94
Definition at line 160 of file PlaceholderMessage.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Jun 7 2023 04:06:44 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.