aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/quickcontrols/gallery/pages/DelegatePage.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/quickcontrols/gallery/pages/DelegatePage.qml b/examples/quickcontrols/gallery/pages/DelegatePage.qml
index 5d4c6b9db2..519fffc6d2 100644
--- a/examples/quickcontrols/gallery/pages/DelegatePage.qml
+++ b/examples/quickcontrols/gallery/pages/DelegatePage.qml
@@ -20,6 +20,10 @@ Pane {
text: qsTr("Delegate controls are used as delegates in views such as ListView.")
}
+ ButtonGroup {
+ id: radioButtonGroup
+ }
+
ListView {
id: listView
clip: true
@@ -152,10 +156,6 @@ Pane {
}
}
- ButtonGroup {
- id: radioButtonGroup
- }
-
Component {
id: radioDelegateComponent