summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2021-10-26 08:50:07 +0300
committerKatja Marttila <katja.marttila@qt.io>2022-03-21 17:08:39 +0200
commit6ec6ac70d98195bb41a5ed60e47984bc640066fc (patch)
tree28e937e933a18479a9d114aa989d20d5083f7aaa /doc
parenta47cad8ed9e7e0c5ecd4a67c9603332d72228a7c (diff)
Add click option for product image
Product image can now be clicked. It opens either url in Web browser or if file reference is given, then it will be opened with the suitable application. Task-number: QTIFW-2361 Change-Id: I59ed1355e90c23c8d0a5124779725825ca1ee2c8 Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw.qdoc7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 1e0c85689..80f600de6 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -450,7 +450,12 @@
\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 in PNG format.
+ one or several \c <ProductImage> child elements that contain an \c <Image> child
+ element and an optional \c <Url> child element. The \c <Image> element specifies a
+ filename for an image in PNG format. Optional \c <Url> can be specified for each
+ image. Clicking on the image will open the \c <Url> in a browser. If the \c <Url>
+ is a reference to a file, it will be opened with a suitable application
+ instead of a Web browser.
\row
\li TitleColor
\li Set the color of the titles and subtitles (takes an HTML color code,