diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-02-19 01:09:36 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-02-19 01:09:36 (GMT) |
commit | b99363853e729df1705c636acf495b73ea9d7cfe (patch) | |
tree | 399be08dde6fb59942af0dd5f64b8cb41877c0b9 /doc/src/files-and-resources | |
parent | 7175c49346a147558d65c5b10565423a6d8ea9ec (diff) | |
download | Qt-b99363853e729df1705c636acf495b73ea9d7cfe.zip Qt-b99363853e729df1705c636acf495b73ea9d7cfe.tar.gz Qt-b99363853e729df1705c636acf495b73ea9d7cfe.tar.bz2 |
doc
Diffstat (limited to 'doc/src/files-and-resources')
-rw-r--r-- | doc/src/files-and-resources/resources.qdoc | 7 |
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: |