Update example QML to follow API change

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>
This commit is contained in:
Mithra Pattison
2012-07-13 13:30:27 +10:00
committed by Qt by Nokia
parent 864ab3a39a
commit 9a3538fc50
2 changed files with 4 additions and 4 deletions

View 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 {

View 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 {