LoadingPlaceholder
LoadingPlaceholder Class Reference
Properties | |
bool | determinate |
alias | progressBar |
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
}
}
bool determinate
This property holds whether the loading message shows a determinate progress bar or not.
Definition LoadingPlaceholder.qml:40
Definition at line 29 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 40 of file LoadingPlaceholder.qml.
◆ progressBar
|
read |
Definition at line 48 of file LoadingPlaceholder.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 Mon Nov 18 2024 12:16:21 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:21 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.