summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-03-01 14:57:40 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-03-01 14:57:40 (GMT)
commit2d719ce634efa5e0abfb5d76eb516133753b5a62 (patch)
tree1db05f768346125660c8df900bbefb957312660d /doc/src
parentb11d9bb8fad11892baafe4a28dc58a4a7d865599 (diff)
parent4f77d4f1bebba1627700037bdfce4e74ad84cce8 (diff)
downloadQt-2d719ce634efa5e0abfb5d76eb516133753b5a62.zip
Qt-2d719ce634efa5e0abfb5d76eb516133753b5a62.tar.gz
Qt-2d719ce634efa5e0abfb5d76eb516133753b5a62.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Make SameGame tutorials share images Fix minehunt demo Make Minehunt demo compile.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/declarative/advtutorial.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/declarative/advtutorial.qdoc b/doc/src/declarative/advtutorial.qdoc
index b7d964c..e420e6d 100644
--- a/doc/src/declarative/advtutorial.qdoc
+++ b/doc/src/declarative/advtutorial.qdoc
@@ -106,6 +106,11 @@ more than just an image. Note that we've set the image to be the size of the ite
This will be used later, when we dynamically create and size the block items the image will be scaled automatically
to the correct size.
+Note that because there are several stages to this tutorial they share images. This is done by having a shared resources
+folder containing the images, and all stages of the tutorial refer to the same shared folder. This is the reason for the
+'../shared/pics' part of the image source. The image source can be any relative or absolute path, and it is relative to the
+location of the file the Image element is in, with ../ meaning to go up one level.
+
You should be familiar with all that goes on in these files so far. This is a
very basic start and doesn't move at all - next we will populate the game canvas
with some blocks.