AboutPage
Properties | |
alias | aboutData |
alias | donateUrl |
alias | getInvolvedUrl |
alias | loadAvatars |
Detailed Description
An "About" page that is ready to integrate in a Kirigami app.
Allows to have a page that will show the copyright notice of the application together with the contributors and some information of which platform it's running on.
- Since
- 5.52
- org.kde.kirigami 2.6
Definition at line 21 of file AboutPage.qml.
Property Documentation
◆ aboutData
|
read |
This property holds an object with the same shape as KAboutData.
For example:
- See also
- KAboutData
- org::kde::kirigami::AboutItem::aboutData
Definition at line 65 of file AboutPage.qml.
◆ donateUrl
|
read |
This property holds a link to a "Donate" page.
- Since
- 5.101
default: "https://kde.org/community/donations" when application id starts with "org.kde.", otherwise it is empty.
Definition at line 80 of file AboutPage.qml.
◆ getInvolvedUrl
|
read |
This property holds a link to a "Get Involved" page.
default: "https://community.kde.org/Get_Involved" when your application id starts with "org.kde.", otherwise is empty
Definition at line 73 of file AboutPage.qml.
◆ loadAvatars
|
read |
This property controls whether to load avatars by URL.
If set to false, a fallback "user" icon will be displayed.
default: false
Definition at line 88 of file AboutPage.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Dec 21 2024 16:56:52 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.