Doc: resources must be copied to the QML folder

Task-number: QTCREATORBUG-3569
This commit is contained in:
Leena Miettinen
2011-03-14 16:48:42 +01:00
parent 15d2c41073
commit cd0c25dc84

View File

@@ -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.