org::kde::kirigami::AboutItem
Inherits Item.
Properties | |
alias | _content |
bool | _usePageStack |
var | aboutData |
url | donateUrl |
url | getInvolvedUrl |
alias | wideMode |
Detailed Description
An about item that displays the about data.
Allows to show the copyright notice of the application together with the contributors and some information of which platform it's running on.
- Since
- 5.87
- org.kde.kirigami 2.19
Definition at line 23 of file AboutItem.qml.
Property Documentation
◆ _content
|
read |
- Remarks
- This is the default property
Definition at line 86 of file AboutItem.qml.
◆ _usePageStack
|
read |
Definition at line 78 of file AboutItem.qml.
◆ aboutData
|
read |
This property holds an object with the same shape as KAboutData.
Example usage:
- See also
- KAboutData
Definition at line 64 of file AboutItem.qml.
◆ donateUrl
|
read |
This property holds a link to a "Donate" page.
default: "https://kde.org/community/donations" when application id starts with "org.kde.", otherwise it is empty.
Definition at line 76 of file AboutItem.qml.
◆ getInvolvedUrl
|
read |
This property holds a link to a "Get Involved" page.
default: "https://community.kde.org/Get_Involved" when application id starts with "org.kde.", otherwise it is empty.
Definition at line 70 of file AboutItem.qml.
◆ wideMode
|
read |
Definition at line 83 of file AboutItem.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 6 2023 04:13:18 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.