summaryrefslogtreecommitdiffstats
path: root/doc/installerfw.qdoc
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2020-08-17 18:30:10 +0300
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2020-08-25 11:37:30 +0300
commit15cff3e2354f51d702976e704e4202390217c8c6 (patch)
tree0d6c41ff536f8e68eedf9c70315821aeb561e8a7 /doc/installerfw.qdoc
parent40c43e4c312c9f1cc4e2e44ac31b4482ccbbc6c0 (diff)
Add support for vendor set image decoration
Add possibility to show an arbitrary number of product related, or other images on PerformInstallationPage. These can be specified in the installer configuration file, using <ProductImages> element with one <Image> child element for each file name. Task-number: QTIFW-1900 Change-Id: I2be727d9189963ef1a79046150111dd8c91153c6 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'doc/installerfw.qdoc')
-rw-r--r--doc/installerfw.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 22dc89d40..657d0d3db 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -238,6 +238,10 @@
\c QWizard::WatermarkPixmap on \c QWizard::ClassicStyle and \c QWizard::ModernStyle,
and \c QWizard::BackgroundPixmap on \c QWizard::MacStyle.
\row
+ \li ProductImages
+ \li A list of images to be shown on \c PerformInstallationPage. This element can have
+ one or several \c <Image> child elements that contain a filename for an image.
+ \row
\li TitleColor
\li Set the color of the titles and subtitles (takes an HTML color code,
such as "#88FF33").