aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/gallery/pages
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-08-03 07:58:19 +0200
committerLiang Qi <liang.qi@qt.io>2016-08-03 10:23:11 +0200
commite9855d8ac8afed5371330f4f83f7b7dd51d9026f (patch)
treec1f70cbc64d9fe5d07911601880c571b4d3cd8f0 /examples/quickcontrols2/gallery/pages
parent508bb6ddde831fb0d0b7065b39d99be01b4e4771 (diff)
parent1b7b2d7ddb6a02fd2ccd1f29a431005b9e693723 (diff)
Merge remote-tracking branch 'origin/5.7' into dev
Also update expected line numbers in tst_swipedelegate. Conflicts: .qmake.conf src/quicktemplates2/qquicktextarea.cpp src/quicktemplates2/qquicktextarea_p.h tests/auto/controls/data/tst_swipedelegate.qml Change-Id: I36323e3a633c1c750d23014e56a7c881963a1a30
Diffstat (limited to 'examples/quickcontrols2/gallery/pages')
-rw-r--r--examples/quickcontrols2/gallery/pages/SpinBoxPage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quickcontrols2/gallery/pages/SpinBoxPage.qml b/examples/quickcontrols2/gallery/pages/SpinBoxPage.qml
index 85d9477de1..b8b42b4931 100644
--- a/examples/quickcontrols2/gallery/pages/SpinBoxPage.qml
+++ b/examples/quickcontrols2/gallery/pages/SpinBoxPage.qml
@@ -63,6 +63,7 @@ Pane {
value: 50
width: itemWidth
anchors.horizontalCenter: parent.horizontalCenter
+ editable: true
}
}
}