summaryrefslogtreecommitdiff
path: root/doc/qtcreator.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-03-14 16:48:42 +0100
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-03-14 16:49:55 +0100
commitcd0c25dc84a114573158bcb9fbd89a7ef3ddaa98 (patch)
treeddd917bd01fcb5c3f6fc94b48420cda555179f97 /doc/qtcreator.qdoc
parent15d2c41073c085033a278c29acef140d6000ff99 (diff)
downloadqt-creator-cd0c25dc84a114573158bcb9fbd89a7ef3ddaa98.tar.gz
Doc: resources must be copied to the QML folder
Task-number: QTCREATORBUG-3569
Diffstat (limited to 'doc/qtcreator.qdoc')
-rw-r--r--doc/qtcreator.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 215766d148..1396265f82 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -1166,7 +1166,7 @@
\image qmldesigner-qml-components.png "QML Components pane"
The \gui {Resources} pane displays the images and other files that you copy to
- the project folder.
+ the project folder (to the same subfolder as the QML files).
\section1 Specifying Element Properties
@@ -5579,7 +5579,7 @@
screen and two empty rectangles.
To use the states.png image in your application, you must copy it to the project
- directory from the examples directory in the
+ directory (same subdirectory as the QML file) from the examples directory in the
Qt installation directory. For example:
\c {C:\QtSDK\Examples\4.7\declarative\animation\states}. The image appears
in the \gui Resources pane. You can also use any other image or a QML element, instead.