AboutPage
Properties | |
var | aboutData |
url | donateUrl |
url | getInvolvedUrl |
Properties inherited from FormCardPage | |
alias | cards |
Detailed Description
An AboutPage that displays the about data using Form components.
This component consists of an internationalized "About" page with the metadata of your program.
It allows to show the copyright notice of the application together with the contributors and some information of which platform it's running on.
- Since
- KirigamiAddons 0.11.0 :kde::kirigami::ScrollablePage
Definition at line 24 of file AboutPage.qml.
Property Documentation
◆ aboutData
|
read |
This property holds an object with the same shape as KAboutData.
Set this property to either a KAboutData instance exposed from C++, or directly via a JSON object.
Example usage:
- See also
- KAboutData
Definition at line 67 of file AboutPage.qml.
◆ donateUrl
|
read |
This property holds a link to a "Donate" page.
default: "https://www.kde.org/donate" when the application ID starts with "org.kde.", otherwise 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 the application ID starts with "org.kde.", otherwise empty.
Definition at line 74 of file AboutPage.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.