Libplasma
RoundButton.qml
37 // This is the spacing which will make the icon a square inscribed in the circle with an extra smallspacing of margins
38 readonly property int extraSpace: implicitWidth / 2 - implicitWidth / 2 * Math.sqrt(2) / 2 + Kirigami.Units.smallSpacing
95 opacity: (control.down || control.checked || !control.flat || (roundShadow.hasOverState && control.enabled && control.hovered)) ? 1 : 0
109 showShadow: backgroundItem.useNormalButton && !control.flat && (!control.down || !control.checked)
117 opacity: backgroundItem.useNormalButton && (!control.flat || (control.enabled && control.hovered) ) && (!control.down || !control.checked) ? 1 : 0
134 showHover: backgroundItem.useNormalButton && control.enabled && control.hovered && !control.down
Type type(const QSqlDatabase &db)
AlignHCenter
ElideRight
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:55:47 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:55:47 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.