AboutPage

Search for usage in LXR

AboutPage Class Reference
Inheritance diagram for 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 23 of file AboutPage.qml.

Property Documentation

◆ aboutData

var AboutPage::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:

aboutData: {
"displayName" : "KirigamiApp",
"productName" : "kirigami/app",
"componentName" : "kirigamiapp",
"shortDescription" : "A Kirigami example",
"homepage" : "",
"bugAddress" : "submit@bugs.kde.org",
"version" : "5.14.80",
"otherText" : "",
"authors" : [
{
"name" : "...",
"task" : "...",
"emailAddress" : "somebody@kde.org",
"webAddress" : "",
"ocsUsername" : ""
}
],
"credits" : [],
"translators" : [],
"licenses" : [
{
"name" : "GPL v2",
"text" : "long, boring, license text",
"spdx" : "GPL-2.0"
}
],
"copyrightStatement" : "© 2010-2018 Plasma Development Team",
"desktopFileName" : "org.kde.kirigamiapp"
}
See also
KAboutData

Definition at line 66 of file AboutPage.qml.

◆ donateUrl

url AboutPage::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 79 of file AboutPage.qml.

◆ getInvolvedUrl

url AboutPage::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 73 of file AboutPage.qml.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:16:11 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.