org::kde::kirigami::AboutPage

Properties | |
alias | _content |
alias | aboutData |
alias | getInvolvedUrl |
![]() | |
alias | flickable |
alias | horizontalScrollBarPolicy |
bool | keyboardNavigationEnabled |
QtObject | mainItem |
alias | refreshing |
alias | supportsRefreshing |
alias | verticalScrollBarPolicy |
![]() | |
alias | actions |
alias | contextualActions |
Flickable | flickable |
Item | globalToolBarItem |
int | globalToolBarStyle |
ActionIconGroup | icon |
bool | isCurrentPage |
alias | leftAction |
alias | mainAction |
bool | needsAttention |
alias | overlay |
var | progress |
alias | rightAction |
Component | titleDelegate |
Additional Inherited Members | |
![]() | |
void | backRequested (var event) |
void | contextualActionsAboutToShow () |
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 22 of file AboutPage.qml.
Property Documentation
◆ _content
|
read |
- Remarks
- This is the default property
Definition at line 72 of file AboutPage.qml.
◆ aboutData
|
read |
This property holds an object with the same shape as KAboutData.
For example:
- See also
- KAboutData
Definition at line 63 of file AboutPage.qml.
◆ getInvolvedUrl
|
read |
This property holds a link to a "Get Involved" page.
By default link to "https://community.kde.org/Get_Involved" when your application application id starts with "org.kde.", otherwise is empty.
Definition at line 69 of file AboutPage.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sat May 21 2022 03:57:59 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.