Libplasma
ProgressBar.qml
44 anchors.leftMargin: control.indeterminate ? indeterminateProgress * (control.availableWidth - indeterminateWidth) : 0
47 // unlike Slider, this width is allowed to be less than its minimum (margins) size, in which case it would not render at all.
48 width: control.indeterminate ? indeterminateWidth : Math.round(control.position * control.availableWidth)
Type type(const QSqlDatabase &db)
Animation
QTextStream & left(QTextStream &stream)
QTextStream & right(QTextStream &stream)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 25 2025 11:51:31 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 25 2025 11:51:31 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.