aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview/data/listviewtest-package.qml
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-06-25 11:30:01 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-25 08:57:36 +0200
commitd8dcb8ea98f117bb07e866a3ce7fd3c30243e346 (patch)
tree95e757d1e0925531a67a08d4d15c409bfe739f2e /tests/auto/quick/qquicklistview/data/listviewtest-package.qml
parent046819ff4d53241d3b22cdb1d4abccad041bee6d (diff)
Revert "Remove properties related to highlight speed"
This reverts commit 18fb5506d524dbe380d5bf636c74c93fb85cbc31. Without these properties there's no way to set a constant movement speed. Change-Id: I49cd648846f801eb479ecce8cde09ff49ea11736 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'tests/auto/quick/qquicklistview/data/listviewtest-package.qml')
-rw-r--r--tests/auto/quick/qquicklistview/data/listviewtest-package.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/quick/qquicklistview/data/listviewtest-package.qml b/tests/auto/quick/qquicklistview/data/listviewtest-package.qml
index 87179d51e1..54d4dabc86 100644
--- a/tests/auto/quick/qquicklistview/data/listviewtest-package.qml
+++ b/tests/auto/quick/qquicklistview/data/listviewtest-package.qml
@@ -136,6 +136,8 @@ Rectangle {
height: 320
model: visualModel.parts.package
highlight: testObject.invalidHighlight ? invalidHl : myHighlight
+ highlightMoveSpeed: 1000
+ highlightResizeSpeed: 1000
cacheBuffer: testObject.cacheBuffer
header: root.showHeader ? headerFooter : null
footer: root.showFooter ? headerFooter : null