summaryrefslogtreecommitdiffstats
path: root/examples/declarative/parallax/ParallaxView.qml
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-28 05:22:35 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-28 05:22:35 (GMT)
commit5c44fa2e28c4da946b59841ec2480c5d38969784 (patch)
tree73fa88fc5dd096346315ccd87115849923ab3d76 /examples/declarative/parallax/ParallaxView.qml
parent57d2291b2e0533d23bd52e9814faf6a5727a4e96 (diff)
parent1545a7f0e67cc125a116f0d72b81cb325a675381 (diff)
downloadQt-5c44fa2e28c4da946b59841ec2480c5d38969784.zip
Qt-5c44fa2e28c4da946b59841ec2480c5d38969784.tar.gz
Qt-5c44fa2e28c4da946b59841ec2480c5d38969784.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'examples/declarative/parallax/ParallaxView.qml')
-rw-r--r--examples/declarative/parallax/ParallaxView.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/declarative/parallax/ParallaxView.qml b/examples/declarative/parallax/ParallaxView.qml
index bad9b85..50ab72c 100644
--- a/examples/declarative/parallax/ParallaxView.qml
+++ b/examples/declarative/parallax/ParallaxView.qml
@@ -25,7 +25,8 @@ Item {
anchors.fill: parent
model: VisualItemModel { id: visualModel }
- highlight: Item { height: 1; width: 1}
+ highlight: Rectangle { height: 1; width: 1 }
+ highlightMoveSpeed: 2000
preferredHighlightBegin: 0
preferredHighlightEnd: 0
highlightRangeMode: "StrictlyEnforceRange"