Kirigami2
PlaceholderMessage.qml
136 * * ``Kirigami.PlaceholderMessage.Type.Actionable``: Makes it more attention-getting. Useful when the user is expected to interact with the message.
137 * * ``Kirigami.PlaceholderMessage.Type.Informational``: Makes it less prominent. Useful when the message in only informational.
139 * default: `if a helpfulAction is provided this will be of type Actionable otherwise of type Informational.`
159 * @brief This property holds the smaller explanatory text to show below the larger title-style text
184 height: Math.round(Kirigami.Units.iconSizes.huge * 1.5)
A placeholder message indicating that a view is empty.
Definition PlaceholderMessage.qml:119
PActionIconGroup icon
This property provides an icon to display above the top text label.
Definition PlaceholderMessage.qml:172
alias helpfulAction
This property holds an action that helps the user proceed.
Definition PlaceholderMessage.qml:184
void linkActivated(string link)
This signal is emitted when a link is clicked or tapped in the explanatory message text.
string explanation
This property holds the smaller explanatory text to show below the larger title-style text.
Definition PlaceholderMessage.qml:158
alias hoveredLink
This property holds the link embedded in the explanatory message text that the user is hovering over.
Definition PlaceholderMessage.qml:190
void linkHovered(string link)
This signal is emitted when a link is hovered in the explanatory message text.
string text
This property holds the text to show in the placeholder label.
Definition PlaceholderMessage.qml:147
Type type(const QSqlDatabase &db)
KIOCORE_EXPORT CopyJob * link(const QList< QUrl > &src, const QUrl &destDir, JobFlags flags=DefaultFlags)
QString label(StandardShortcut id)
qsizetype length() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:47:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:47:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.