PlasmaComponents

Properties | |
Item | checkedButton |
bool | exclusive |
Detailed Description
A ButtonColumn allows you to group Buttons in a column.
- Since
- 0.1
It provides a selection-behavior as well.
Note: This component doesn't support the enabled property. If you need to disable it you should disable all the buttons inside it.
This is an example:
Definition at line 60 of file ButtonColumn.qml.
Property Documentation
Item ButtonColumn::checkedButton |
Returns the last checked button.
Definition at line 75 of file ButtonColumn.qml.
bool ButtonColumn::exclusive |
Specifies the grouping behavior.
If enabled, the checked property on buttons contained in the group will be exclusive.
The default value is true.
Note that a button in an exclusive group will always be checkable.
Definition at line 71 of file ButtonColumn.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:08:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.