org::kde::plasma::components::CheckBox
org::kde::plasma::components::CheckBox Class Reference
Inheritance diagram for org::kde::plasma::components::CheckBox:

Additional Inherited Members | |
![]() | |
__cycleCheckBoxStates () | |
Detailed Description
A check box is a component that can be switched on (checked) or off (unchecked).
- Since
- 2.0 Check boxes are typically used to represent features in an application that can be enabled or disabled without affecting others, but different types of behavior can be implemented. When a check box is checked or unchecked it sends a clicked signal for the application to handle.
When a check box has the focus, its state can be toggled using the Qt.Key_Select, Qt.Key_Return, and Qt.Key_Enter hardware keys that send the clicked signal.
- Since
- 3.0
Definition at line 26 of file qml/CheckBox.qml.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Jan 21 2021 22:43:30 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Jan 21 2021 22:43:30 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.