diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-09-02 01:37:35 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-09-02 01:37:35 (GMT) |
commit | 8eed5aa528f668acfa1831432f97f7333c7d9e71 (patch) | |
tree | ba995952da3a2cf02057fffd1e401c40c350891e /examples/declarative/tutorials | |
parent | 4e5086762521828e11c1e33f062b45c16cc109f8 (diff) | |
download | Qt-8eed5aa528f668acfa1831432f97f7333c7d9e71.zip Qt-8eed5aa528f668acfa1831432f97f7333c7d9e71.tar.gz Qt-8eed5aa528f668acfa1831432f97f7333c7d9e71.tar.bz2 |
Flickable locked property changed to interactive.
Note that the meaning of the property has been reversed.
Diffstat (limited to 'examples/declarative/tutorials')
-rw-r--r-- | examples/declarative/tutorials/contacts/3_Collections/2/ContactView.qml | 2 | ||||
-rw-r--r-- | examples/declarative/tutorials/contacts/3_Collections/3/ContactView.qml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/tutorials/contacts/3_Collections/2/ContactView.qml b/examples/declarative/tutorials/contacts/3_Collections/2/ContactView.qml index d16e3ca..8ee51c3 100644 --- a/examples/declarative/tutorials/contacts/3_Collections/2/ContactView.qml +++ b/examples/declarative/tutorials/contacts/3_Collections/2/ContactView.qml @@ -84,7 +84,7 @@ Item { } PropertyChanges { target: contactListView - locked: 1 + interactive: 0 } PropertyChanges { target: label diff --git a/examples/declarative/tutorials/contacts/3_Collections/3/ContactView.qml b/examples/declarative/tutorials/contacts/3_Collections/3/ContactView.qml index bf73367..76dc3e2 100644 --- a/examples/declarative/tutorials/contacts/3_Collections/3/ContactView.qml +++ b/examples/declarative/tutorials/contacts/3_Collections/3/ContactView.qml @@ -102,7 +102,7 @@ Item { } PropertyChanges { target: contactListView - locked: 1 + interactive: 0 } PropertyChanges { target: label |