summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-02-19 01:09:36 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-02-19 01:09:36 (GMT)
commitb99363853e729df1705c636acf495b73ea9d7cfe (patch)
tree399be08dde6fb59942af0dd5f64b8cb41877c0b9
parent7175c49346a147558d65c5b10565423a6d8ea9ec (diff)
downloadQt-b99363853e729df1705c636acf495b73ea9d7cfe.zip
Qt-b99363853e729df1705c636acf495b73ea9d7cfe.tar.gz
Qt-b99363853e729df1705c636acf495b73ea9d7cfe.tar.bz2
doc
-rw-r--r--doc/src/files-and-resources/resources.qdoc7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/files-and-resources/resources.qdoc b/doc/src/files-and-resources/resources.qdoc
index 639aaf4..00646ac 100644
--- a/doc/src/files-and-resources/resources.qdoc
+++ b/doc/src/files-and-resources/resources.qdoc
@@ -92,8 +92,11 @@
system.
By default, resources are accessible in the application under the
- same name as they have in the source tree, with a \c :/ prefix.
- For example, the path \c :/images/cut.png would give access to the
+ same file name as they have in the source tree, with a \c :/ prefix,
+ or by a \link QUrl URL\endlink with a \c qrc scheme.
+
+ For example, the file path \c :/images/cut.png or the URL
+ \c qrc:///images/cut.png would give access to the
\c cut.png file, whose location in the application's source tree
is \c images/cut.png. This can be changed using the \c file tag's
\c alias attribute: