summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2022-01-17 12:33:33 +0200
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2022-01-17 15:52:50 +0200
commitde7faccc1d674822958ee1fe5e60eb20a117d96d (patch)
tree2356bd8ab237c19ec96989957def28b62dcc7a83 /doc
parenta70938a645893a77c7af639b0bc9f578387d57e2 (diff)
Doc: note the expected image file format for customization elements
Task-number: QTIFW-2426 Change-Id: I56ff521c928110977dc6a094d066bcee5145607d Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 8ef06738f..bb73f225d 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -401,21 +401,21 @@
Used on Windows and Linux, no functionality on macOS.
\row
\li Logo
- \li Filename for a logo used as \c QWizard::LogoPixmap.
+ \li Filename for a logo in PNG format used as \c QWizard::LogoPixmap.
\row
\li Watermark
- \li Filename for a watermark used as \c QWizard::WatermarkPixmap. If
+ \li Filename for a watermark in PNG format used as \c QWizard::WatermarkPixmap. If
\c <WizardShowPageList> is set to \c true, the watermark is hidden.
\row
\li Banner
- \li Filename for a banner used as \c QWizard::BannerPixmap (only used by ModernStyle).
+ \li Filename for a banner in PNG format used as \c QWizard::BannerPixmap (only used by ModernStyle).
\row
\li Background
- \li Filename for an image used as \c QWizard::BackgroundPixmap (only used by MacStyle).
+ \li Filename for an image in PNG format used as \c QWizard::BackgroundPixmap (only used by MacStyle).
If \c <WizardShowPageList> is set to \c true, the background is hidden.
\row
\li PageListPixmap
- \li Filename for an image shown on top of installer page list. The image is shown
+ \li Filename for an image in PNG format shown on top of installer page list. The image is shown
only if \c <WizardShowPageList> is also set to \c true.
\row
\li WizardStyle
@@ -450,7 +450,7 @@
\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.
+ one or several \c <Image> child elements that contain a filename for an image in PNG format.
\row
\li TitleColor
\li Set the color of the titles and subtitles (takes an HTML color code,