summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-05-18 15:56:14 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-05-27 07:25:56 +0000
commit7055b9ed84c4eabc8d756dfd2eb313d35341dd65 (patch)
tree08be0721b16fc9278b506df622505e65bb5b2651 /examples
parent9859f2f74df7eac2f99c51966276a788d8bc7b67 (diff)
Explain logic in dynamic page example
Change-Id: I2e41a4f19cfb0b6dc9cad03896db6d079cf7aeee Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/doc/dynamicpage.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/doc/dynamicpage.qdoc b/examples/doc/dynamicpage.qdoc
index 1549b49f6..c066b36d2 100644
--- a/examples/doc/dynamicpage.qdoc
+++ b/examples/doc/dynamicpage.qdoc
@@ -91,6 +91,10 @@
\printuntil }
\dots
+ \l installer::addWizardPage() registers a new page to the installer. \l gui::pageWidgetByObjectName()
+ is then used to retrieve the root widget of the new page, with its name being \c "Dynamic" + the object
+ name of the root widget as set in the .ui file.
+
\section1 Generating the Example Installer
To create the example installer, switch to the example source directory on