org::kde::kirigami::LoadingPlaceholder
org::kde::kirigami::LoadingPlaceholder Class Reference
Inheritance diagram for org::kde::kirigami::LoadingPlaceholder:

Properties | |
bool | determinate |
alias | progressBar |
![]() | |
P | ActionIconGroup |
string | explanation |
alias | helpfulAction |
string | text |
int | type |
Additional Inherited Members | |
![]() | |
enum | Type { Actionable, Informational } |
Detailed Description
A placeholder for loading pages.
Example usage:
Kirigami.Page {
Kirigami.LoadingPlaceholder {
anchors.centerIn: parent
}
}
Kirigami.Page {
Kirigami.LoadingPlaceholder {
anchors.centerIn: parent
determinate: true
progressBar.value: loadingValue
}
}
Definition at line 30 of file LoadingPlaceholder.qml.
Property Documentation
◆ determinate
|
read |
This property holds whether the loading message shows a determinate progress bar or not.
This should be true if you want to display the actual percentage when it's loading.
default: false
Definition at line 41 of file LoadingPlaceholder.qml.
The documentation for this class was generated from the following file:
bool determinate
This property holds whether the loading message shows a determinate progress bar or not.
Definition: LoadingPlaceholder.qml:41
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Feb 7 2023 04:14:25 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Feb 7 2023 04:14:25 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.