diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-03-26 08:13:29 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-03-26 08:13:29 (GMT) |
commit | c4448162a00b6a069b562756d5608d821f700546 (patch) | |
tree | 9a3f9d56ced1ba229aef983721b09d0577c3e2c3 /tests/auto/declarative/qdeclarativepathview/data/propertychanges.qml | |
parent | d432123cec9ac927ec9162fa8b3d16684483f994 (diff) | |
download | Qt-c4448162a00b6a069b562756d5608d821f700546.zip Qt-c4448162a00b6a069b562756d5608d821f700546.tar.gz Qt-c4448162a00b6a069b562756d5608d821f700546.tar.bz2 |
Added highlight ranges/modes to PathView
Task-number: QT-319
Diffstat (limited to 'tests/auto/declarative/qdeclarativepathview/data/propertychanges.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativepathview/data/propertychanges.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativepathview/data/propertychanges.qml b/tests/auto/declarative/qdeclarativepathview/data/propertychanges.qml index db70b7b..1ae1ad2 100644 --- a/tests/auto/declarative/qdeclarativepathview/data/propertychanges.qml +++ b/tests/auto/declarative/qdeclarativepathview/data/propertychanges.qml @@ -17,7 +17,8 @@ Rectangle { } PathView { - snapPosition: 0.1 + preferredHighlightBegin: 0.1 + preferredHighlightEnd: 0.1 dragMargin: 5.0 id: pathView objectName: "pathView" |