summaryrefslogtreecommitdiff
path: root/components/custom/ButtonRow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/custom/ButtonRow.qml')
-rw-r--r--components/custom/ButtonRow.qml9
1 files changed, 7 insertions, 2 deletions
diff --git a/components/custom/ButtonRow.qml b/components/custom/ButtonRow.qml
index c5bc9a33..13d1380f 100644
--- a/components/custom/ButtonRow.qml
+++ b/components/custom/ButtonRow.qml
@@ -20,14 +20,19 @@ Row {
/*
* Property: exclusive
- * [bool=true] Specifies the grouping behavior. If enabled, the checked property on buttons contained
+ * [bool=false] Specifies the grouping behavior. If enabled, the checked property on buttons contained
* in the group will be exclusive.
*
* Note that a button in an exclusive group will allways be checkable
*/
- property bool exclusive: true
+ property bool exclusive: false
/*
+ * Property: styleHint
+ * [string] Used to indicate special OS specific button types
+ */
+ property string styleHint
+ /*
* Property: checkedButton
* [string] Contains the last checked Button.
*/