Kirigami-addons
FormCheckDelegate.qml
18 * This component is used for individual settings that can be toggled on, off, or tristate, typically in conjunction with multiple other checkboxes.
20 * Use the inherited QtQuick.Controls.AbstractButton.text property to define the main text of the checkbox.
var leading
This property holds an item that will be displayed to the left of the delegate's contents.
Definition FormCheckDelegate.qml:47
string description
A label containing secondary text that appears under the inherited text property.
Definition FormCheckDelegate.qml:42
alias descriptionItem
This property allows to override the internal description item (a QtQuick.Controls....
Definition FormCheckDelegate.qml:65
real leadingPadding
This property holds the padding after the leading item.
Definition FormCheckDelegate.qml:51
var trailing
This property holds an item that will be displayed to the right of the delegate's contents.
Definition FormCheckDelegate.qml:56
real trailingPadding
This property holds the padding before the trailing item.
Definition FormCheckDelegate.qml:60
tristate()
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:11 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:11 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.