summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2020-09-08 10:56:15 +0300
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2020-09-11 12:04:24 +0300
commit88991ee63437788cce465f2a89f9e4c8c9199554 (patch)
tree80c0d82d7d727b051a48979479ebc2b6b6adfb4c /doc
parentd23abd3b1e408dcbeba8fd17e15743b2b47ebaa0 (diff)
Page list widget enhancements
- Add support for a configurable image shown on top of the page list. - Add missing object names for easier object reference, for example when using stylesheets. - Remove the vertical line separating side widget as this looks particularly ugly on custom styles. Task-number: QTIFW-1939 Change-Id: I16e17e72163068381f54491f7fbe965eb4c5295d Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 33afb951e..42f410ec3 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -397,6 +397,10 @@
\li Filename for an image 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
+ only if \c <WizardShowPageList> is also set to \c true.
+ \row
\li WizardStyle
\li Set the wizard style to be used ("Modern", "Mac", "Aero" or "Classic").
\row