Update example QML to follow API change
authorMithra Pattison <mithra.pattison@nokia.com>
Fri, 13 Jul 2012 03:30:27 +0000 (13:30 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 16 Jul 2012 05:18:21 +0000 (07:18 +0200)
QML for ListView API in qmlvideo and qmlvideofx was modified.
Usage of this API in FileBrowser file required changes to
follow the new API.

Change-Id: I3da25ed5bc696a72cdefc6c72d2ab95c319b758c
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
examples/video/qmlvideo/qml/qmlvideo/FileBrowser.qml
examples/video/qmlvideofx/qml/qmlvideofx/FileBrowser.qml

index 4e995e4ab6879f630228cc30450848339911b0cf..6603025651c5278fdbea14248f2820a06cff552a 100644 (file)
@@ -198,7 +198,7 @@ Rectangle {
                     }
                     width: view1.currentItem == null ? 0 : view1.currentItem.width
                 }
-                highlightMoveSpeed: 1000
+                highlightMoveVelocity: 1000
                 pressDelay: 100
                 focus: true
                 state: "current"
@@ -248,7 +248,7 @@ Rectangle {
                     }
                     width: view1.currentItem == null ? 0 : view1.currentItem.width
                 }
-                highlightMoveSpeed: 1000
+                highlightMoveVelocity: 1000
                 pressDelay: 100
                 states: [
                     State {
index d1e64da51fbf50ab51e8d66c77b5fd8b59902361..5e66bb38a6c3cb2cd5320304c5e2eaa48d147a64 100644 (file)
@@ -199,7 +199,7 @@ Rectangle {
                     }
                     width: view1.currentItem == null ? 0 : view1.currentItem.width
                 }
-                highlightMoveSpeed: 1000
+                highlightMoveVelocity: 1000
                 pressDelay: 100
                 focus: true
                 state: "current"
@@ -249,7 +249,7 @@ Rectangle {
                     }
                     width: view1.currentItem == null ? 0 : view1.currentItem.width
                 }
-                highlightMoveSpeed: 1000
+                highlightMoveVelocity: 1000
                 pressDelay: 100
                 states: [
                     State {