summaryrefslogtreecommitdiffstats
path: root/src/controls/GroupBox.qml
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-02-21 12:49:44 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-25 18:58:20 +0100
commit10de49ee578e4aeba51b36c59c52811c1dad620c (patch)
treef83e52696b38405f0f22270c878ade5dab2865e8 /src/controls/GroupBox.qml
parentde83078a3ab131dd22ef084843e275b62d0e67bc (diff)
GroupBox: Add title to checkable group box
Change-Id: I66d9916e1a66b9d6a1a3dd94aba84c37022824ae Reviewed-by: Caroline Chao <caroline.chao@digia.com>
Diffstat (limited to 'src/controls/GroupBox.qml')
-rw-r--r--src/controls/GroupBox.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/GroupBox.qml b/src/controls/GroupBox.qml
index 5fe37c9ea..75da57e56 100644
--- a/src/controls/GroupBox.qml
+++ b/src/controls/GroupBox.qml
@@ -172,6 +172,7 @@ Item {
CheckBox {
id: check
checked: true
+ text: groupbox.title
visible: checkable
anchors.top: parent.top
anchors.left: parent.left