aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/gallery/pages/ComboBoxPage.qml
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2020-01-28 13:59:11 +0100
committerMitch Curtis <mitch.curtis@qt.io>2020-02-12 14:21:42 +0100
commitb7bbde88d0e38b8e3635c5dd0ff3cf3075f1047e (patch)
treecb50a67771bb846ed8a8e2d21a7cfae9d95c3bc8 /examples/quickcontrols2/gallery/pages/ComboBoxPage.qml
parent4a2cbb213a90fd6125fc5eb583dfa1cde84ad307 (diff)
Gallery: simplify the code for the help feature
Use existing data from the model rather than adding new properties. Change-Id: I77f9b079d4ceefd1a0b9936b4250c2470c68836e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/quickcontrols2/gallery/pages/ComboBoxPage.qml')
-rw-r--r--examples/quickcontrols2/gallery/pages/ComboBoxPage.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/quickcontrols2/gallery/pages/ComboBoxPage.qml b/examples/quickcontrols2/gallery/pages/ComboBoxPage.qml
index b194da7f..ec75607c 100644
--- a/examples/quickcontrols2/gallery/pages/ComboBoxPage.qml
+++ b/examples/quickcontrols2/gallery/pages/ComboBoxPage.qml
@@ -54,8 +54,6 @@ import QtQuick.Controls 2.12
ScrollablePage {
id: page
- readonly property string control : "combobox"
-
Column {
spacing: 40
width: parent.width