diff options
author | Ian Walters <ian.walters@nokia.com> | 2009-05-06 04:41:17 (GMT) |
---|---|---|
committer | Ian Walters <ian.walters@nokia.com> | 2009-05-06 04:41:17 (GMT) |
commit | 33a5857f108c096feaa2875d829d9acadf1b3044 (patch) | |
tree | a92d308cb838f41e95db75604c5b8d7aafa27428 /examples | |
parent | 9050195e44650b826540b927c0ea6958bc72ad01 (diff) | |
download | Qt-33a5857f108c096feaa2875d829d9acadf1b3044.zip Qt-33a5857f108c096feaa2875d829d9acadf1b3044.tar.gz Qt-33a5857f108c096feaa2875d829d9acadf1b3044.tar.bz2 |
Images for third chapter of the tutorial
Diffstat (limited to 'examples')
-rw-r--r-- | examples/declarative/tutorials/contacts/3_Collections/3_Collections.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/declarative/tutorials/contacts/3_Collections/3_Collections.qml b/examples/declarative/tutorials/contacts/3_Collections/3_Collections.qml index e8d9a19..7d9937c 100644 --- a/examples/declarative/tutorials/contacts/3_Collections/3_Collections.qml +++ b/examples/declarative/tutorials/contacts/3_Collections/3_Collections.qml @@ -15,15 +15,15 @@ Rect { height: contents.height GroupBox { contents: "1/ContactView.qml" - label: "something" + label: "list only" } GroupBox { contents: "2/ContactView.qml" - label: "something" + label: "dynamic delegate" } GroupBox { contents: "3/ContactView.qml" - label: "something" + label: "delayed loading" } } } |