From de7faccc1d674822958ee1fe5e60eb20a117d96d Mon Sep 17 00:00:00 2001 From: Arttu Tarkiainen Date: Mon, 17 Jan 2022 12:33:33 +0200 Subject: Doc: note the expected image file format for customization elements Task-number: QTIFW-2426 Change-Id: I56ff521c928110977dc6a094d066bcee5145607d Reviewed-by: Iikka Eklund Reviewed-by: Katja Marttila --- doc/installerfw.qdoc | 12 ++++++------ 1 file 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 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 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 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 child elements that contain a filename for an image. + one or several \c 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, -- cgit v1.2.3