summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2019-02-04 10:39:56 +0200
committerKatja Marttila <katja.marttila@qt.io>2019-02-04 09:07:04 +0000
commit2a791f276dadc75afb39e4d3d44ca056c1912447 (patch)
tree05d47a74adf1eab96bf8221a8bdbb3961511e947 /doc
parentf229bc434329debf6467cb432571bf3a3d44f8fe (diff)
Add tooltip for categories
Change-Id: I852a236bc2cff0d532a825581e3da4dcdcbbab90 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 1ef42a91e..0589c8c14 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -1131,7 +1131,7 @@
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. Each catecory can have
- a \c <DisplayName>, a \c <Preselected> element and several \c <Repository> elements.
+ a \c <DisplayName>, a \c <Tooltip>, 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:
@@ -1152,6 +1152,7 @@
<RemoteRepositories>
<Displayname>Category 1</Displayname>
<Preselected>true</Preselected>
+ <Tooltip>Tooltip for category 1</Tooltip>
<Repository>
<Url>http://www.example.com/packages</Url>
<Enabled>1</Enabled>