summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-03-27 13:08:07 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-02 08:23:52 +0200
commit8503d9e0362e13059b971ca7a0c205489442b183 (patch)
tree4ffbb8b5e6112ac5211f83dadda20fffee104747 /tests/manual
parent04e8acde2fb0776e511255d2bec3ebb04ea122a3 (diff)
downloadqtquickcontrols-8503d9e0362e13059b971ca7a0c205489442b183.tar.gz
Slider: Fix increment/decrement on mouseWheel
Remove unused internal inverted Update autotests Add a couple of properties to the testbench Change-Id: I149726f0f896ce2d1fd641a7c24d1268b9d891d2 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/testbench/main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/testbench/main.qml b/tests/manual/testbench/main.qml
index 721fabf6..cc20290e 100644
--- a/tests/manual/testbench/main.qml
+++ b/tests/manual/testbench/main.qml
@@ -195,6 +195,8 @@ ApplicationWindow {
case "SelectByKeyboard":
case "ReadOnly":
case "Indeterminate":
+ case "UpdateValueWhileDragging":
+ case "TickmarksEnabled":
layout = layouts.boolLayout
typeName = "Boolean";
break