From 7055b9ed84c4eabc8d756dfd2eb313d35341dd65 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 18 May 2015 15:56:14 +0200 Subject: Explain logic in dynamic page example Change-Id: I2e41a4f19cfb0b6dc9cad03896db6d079cf7aeee Reviewed-by: Karsten Heimrich Reviewed-by: Leena Miettinen --- examples/doc/dynamicpage.qdoc | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3