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:
committed by
Qt by Nokia
parent
864ab3a39a
commit
9a3538fc50
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user