aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJan Arve Sæther <jan-arve.saether@qt.io>2020-09-30 19:18:48 +0200
committerJan Arve Sæther <jan-arve.saether@qt.io>2020-10-06 12:24:42 +0200
commitd1b4b38046388d7823ec66e8875301dc70e0db0f (patch)
tree4e273b543e3069dcebd74161658744a9fe9bda61 /tests
parent44b706274917af7836f4b5bdcd6b7975113a394f (diff)
nativestyle: SpinBox on Windows
Change-Id: I334af68282a59099698e46020b0644318eae5cce Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/nativestyle/SpinBoxes.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/nativestyle/SpinBoxes.qml b/tests/manual/nativestyle/SpinBoxes.qml
index 60e2213b..552f159b 100644
--- a/tests/manual/nativestyle/SpinBoxes.qml
+++ b/tests/manual/nativestyle/SpinBoxes.qml
@@ -48,6 +48,7 @@ ControlContainer {
SpinBox {
value: 500
to: 2000
+ editable: true
}
SpinBox {