diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index 215766d1483..1396265f829 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.