summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
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