Kirigami2
PullDownIndicator.qml
30 return candidate.flickable
35 }
48 * @brief How far the flickable has been pulled down, between 0 (not at all) and 1 (where a refresh is triggered).
void triggered()
emitted when the flickable is pulled down far enough to trigger a refresh
Flickable flickable
The flickable that this indicator is attached to.
Definition PullDownIndicator.qml:21
int refreshDelay
Time to wait after the flickable has been pulled down before triggering a refresh.
Definition PullDownIndicator.qml:42
real progress
How far the flickable has been pulled down, between 0 (not at all) and 1 (where a refresh is triggere...
Definition PullDownIndicator.qml:35
bool active
Whether to show the busy indicator at the top of the flickable.
Definition PullDownIndicator.qml:30
QString name(const QVariant &location)
KGuiItem properties()
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:47:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:47:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.