summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-06-01 19:19:27 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-06-01 19:25:52 (GMT)
commit67666e78b2667ef6220372d2042f0477adfb09f3 (patch)
tree3180ca690720761c195e50b58edd54e9bc8edaea /doc
parent8709ff7920a378c91ce754a39cae4016709e9e00 (diff)
downloadQt-67666e78b2667ef6220372d2042f0477adfb09f3.zip
Qt-67666e78b2667ef6220372d2042f0477adfb09f3.tar.gz
Qt-67666e78b2667ef6220372d2042f0477adfb09f3.tar.bz2
Slight addition to the docs.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/qtbinding.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/declarative/qtbinding.qdoc b/doc/src/declarative/qtbinding.qdoc
index 7d696d7..784c59a 100644
--- a/doc/src/declarative/qtbinding.qdoc
+++ b/doc/src/declarative/qtbinding.qdoc
@@ -269,5 +269,10 @@ For example:
\c [project/main.qml]
\snippet doc/src/snippets/declarative/qtbinding/resources/main.qml 0
+Note that the resource system cannot be accessed from QML directly. If the main QML file is
+loaded as a resource, all files specifed as relative paths in QML will also be loaded from
+the resource system. Using the resource system is completely transparent to the QML layer.
+This also means that if the main QML file is not loaded as a resource then files in the resource
+system cannot be accessed from QML.
*/