AboutItem

Search for usage in LXR

AboutItem Class Reference

Inherits QtQuick::Item.

Properties

var aboutData
 
url donateUrl
 
url getInvolvedUrl
 
bool loadAvatars
 
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 22 of file AboutItem.qml.

Property Documentation

◆ aboutData

var AboutItem::aboutData
read

This property holds an object with the same shape as KAboutData.

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 63 of file AboutItem.qml.

◆ donateUrl

url AboutItem::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 75 of file AboutItem.qml.

◆ getInvolvedUrl

url AboutItem::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 69 of file AboutItem.qml.

◆ loadAvatars

bool AboutItem::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 AboutItem.qml.

◆ wideMode

bool AboutItem::wideMode
read
See also
org::kde::kirigami::FormLayout::wideMode

Definition at line 80 of file AboutItem.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 Fri May 3 2024 11:49:34 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.