summaryrefslogtreecommitdiffstats
path: root/doc/installerfw.qdoc
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2019-01-16 14:34:30 +0200
committerKatja Marttila <katja.marttila@qt.io>2019-01-17 08:07:50 +0000
commitcd5168de39b0791bc2e62acc36aa6f77f75f3398 (patch)
tree755816952d6a554d051e0d5449a9e08f3f3face5 /doc/installerfw.qdoc
parent4ca310dc295e310df67ddb46437315179017d714 (diff)
Add possibility to preselect categories in config.xml
Change-Id: I280247cb5155622ade604074c5a71a276b0fb629 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Diffstat (limited to 'doc/installerfw.qdoc')
-rw-r--r--doc/installerfw.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 0a0853cf6..6c2825154 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -1130,8 +1130,9 @@
The \c <RepositoryCategory> element in the installer configuration file
(config.xml) can contain a list of several \c <RemoteRepositories> elements. Each \c <RemoteRepositories>
- element within the \c <RepositoryCagetory> element is considered a category, which has a \c <DisplayName> and can
- contain several \c <Repository> elements. Repository categories are shown in the component selection page,
+ element within the \c <RepositoryCagetory> element is considered a category. Each catecory can have
+ a \c <DisplayName>, a \c <Preselected> element and several \c <Repository> elements.
+ Repository categories are shown in the component selection page,
on the left side of the component selection widget:
\image ifw-repository-categories.png "Component selection Page"
@@ -1146,6 +1147,7 @@
<RepositoryCategories>
<RemoteRepositories>
<Displayname>Category 1</Displayname>
+ <Preselected>true</Preselected>
<Repository>
<Url>http://www.example.com/packages</Url>
<Enabled>1</Enabled>