summaryrefslogtreecommitdiffstats
path: root/doc/installerfw.qdoc
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2022-12-13 09:04:55 +0200
committerKatja Marttila <katja.marttila@qt.io>2022-12-13 09:08:15 +0200
commitc02d33db5723b7605dc953de078c26d54f284d5e (patch)
tree2aa841ad0ac416bf9baed474e90c75abd6fc67f9 /doc/installerfw.qdoc
parent662110e1594788ddc54ec379d61776e1bdd82670 (diff)
parentb7929635dcdbd01135c04e0a7ffc8fa29d647d4d (diff)
Merge remote-tracking branch 'origin/4.5' into master
Diffstat (limited to 'doc/installerfw.qdoc')
-rw-r--r--doc/installerfw.qdoc7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index a45ba0f9d..6e403dc6b 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -992,7 +992,8 @@
\row
\li ForcedInstallation
\li Determines that the package must always be installed. End users
- cannot deselect it in the installer.
+ cannot deselect it in the installer. When updating components, the
+ component can still be deselected from an update.
\row
\li ForcedUpdate
\li Marks the package as \c ForcedUpdate to force a restart of the
@@ -1018,7 +1019,9 @@
\row
\li Checkable
\li Set to \c false if you want to hide the checkbox for an item. This is useful
- when only a few subcomponents should be selected instead of all. Optional.
+ when only a few subcomponents should be selected instead of all. When updating
+ components, the checkbox is still visible to allow toggling the component for
+ update. Optional.
\row
\li ExpandedByDefault
\li Set to \c true if you want this item to be expanded by default. Optional.