aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/nativestyle/Sliders.qml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/manual/nativestyle/Sliders.qml b/tests/manual/nativestyle/Sliders.qml
index dcc6c79c..84822549 100644
--- a/tests/manual/nativestyle/Sliders.qml
+++ b/tests/manual/nativestyle/Sliders.qml
@@ -84,6 +84,17 @@ ControlContainer {
property int qqc2_style_tickPosition: 2
}
+
+ Slider {
+ // Should show 9 tickmarks
+ width: sliderWidth
+ from: 3.3
+ to: 3.7
+ stepSize: 0.05
+ value: 3.5
+ property int qqc2_style_tickPosition: 2
+ }
+
}
Row {