summaryrefslogtreecommitdiffstats
path: root/doc/installerfw.qdoc
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2014-12-02 12:34:23 +0100
committerNiels Weber <niels.weber@theqtcompany.com>2014-12-09 14:37:17 +0100
commit1ee79d87c49fa9e8398b397ed08c0fd92d52bb11 (patch)
treea9434ad72de9d50d5c0198a70abbef0576d76ac1 /doc/installerfw.qdoc
parent262797714693d7332174255c67e59da391e64a0e (diff)
Introduce a setting for Wizard default height / width
Setting WizardDefaultWidth / WizardDefaultHeight in config.xml allows to set a default width / height for the wizard window. Minimal size will still be set by the size of the contents. Depending on style, watermark and banner image may override this setting. Default behaviour is unchanged. Task-number: QTIFW-47 Change-Id: I5695d501b2b31ea87ea63e95de454657cfebede6 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'doc/installerfw.qdoc')
-rw-r--r--doc/installerfw.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index c9250dee0..bf8475c11 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -211,6 +211,14 @@
\li WizardStyle
\li Set the wizard style to be used ("Modern", "Mac", "Aero" or "Classic").
\row
+ \li WizardDefaultWidth
+ \li Sets the default width of the wizard in pixels. Setting a banner image will
+ override this.
+ \row
+ \li WizardDefaultHeight
+ \li Sets the default height of the wizard in pixels. Setting a watermark image will
+ override this.
+ \row
\li TitleColor
\li Set the color of the titles and subtitles (takes an HTML color code,
such as "#88FF33").