summaryrefslogtreecommitdiff
path: root/src/controls/GroupBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/GroupBox.qml')
-rw-r--r--src/controls/GroupBox.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/controls/GroupBox.qml b/src/controls/GroupBox.qml
index 4aa6a50f..b30c4f8f 100644
--- a/src/controls/GroupBox.qml
+++ b/src/controls/GroupBox.qml
@@ -87,7 +87,7 @@ import QtQuick.Layouts 1.0
*/
-Item {
+FocusScope {
id: groupbox
/*!
@@ -191,6 +191,7 @@ Item {
},
CheckBox {
id: check
+ objectName: "check"
checked: true
text: groupbox.title
visible: checkable
@@ -203,6 +204,7 @@ Item {
},
Item {
id: container
+ objectName: "container"
z: 1
focus: true
anchors.fill: parent