changeset 37 | 758a864f9613 |
parent 30 | 5dc02b23752f |
--- a/tests/auto/declarative/qmlvisual/qdeclarativepathview/test-pathview.qml Fri Sep 17 08:34:18 2010 +0300 +++ b/tests/auto/declarative/qmlvisual/qdeclarativepathview/test-pathview.qml Mon Oct 04 01:19:32 2010 +0300 @@ -59,4 +59,9 @@ PathAttribute { name: "angle"; value: 45 } } } + + Column { + Rectangle { width: 20; height: 20; color: "red"; opacity: photoPathView.moving ? 1 : 0 } + Rectangle { width: 20; height: 20; color: "blue"; opacity: photoPathView.flicking ? 1 : 0 } + } }