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 4e995e4..6603025 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 d1e64da..5e66bb3 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 {