aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-07-03 15:26:21 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-08-03 05:52:59 +0000
commitd59f22d00019d81b3192d64298a26244f54fbd84 (patch)
tree5edeae791f53f30b966a913b42284c4611114483
parent6d67dc851518d7ce30f793f0e102684175d4bc0e (diff)
Doc: Describe sorting the files in a QRC file in Qt Creator
Change-Id: Iba19105e3655e1c677188a9d9cecf786032d9f15 Reviewed-by: Federico Guerinoni <guerinoni.federico@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc
index 4622b2cc45..13080a27ef 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc
@@ -406,6 +406,9 @@
Select \uicontrol {Add Files} to locate and add individual
files.
+ To list the folders and files in ascending alphabetic order in the source
+ tree, select \uicontrol {Sort Alphabetically} in the context menu.
+
By default, resources are accessible in the application under the same file
name as they have in the source tree, with a \c{:/} prefix, or by a URL with
a \c qrc scheme. To specify a path prefix for all files in the \c .qrc file,