LoadingPlaceholder

Search for usage in LXR

LoadingPlaceholder Class Reference

Inherits org::kde::kirigami::PlaceholderMessage, and org::kde::kirigami::PlaceholderMessage.

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
progressBar.value: loadingValue
}
}
bool determinate
This property holds whether the loading message shows a determinate progress bar or not.

Definition at line 29 of file LoadingPlaceholder.qml.

Property Documentation

◆ determinate

bool LoadingPlaceholder::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

alias LoadingPlaceholder::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 Sat Apr 27 2024 22:13:10 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.