From 51eae5a7319a8a2b27f7b65e2c740f3d37cabe59 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 18 Dec 2014 17:27:53 +0100 Subject: Doc: update documentation for dynamicpage example Fix issues in the example files. Use the same values in all config.xml files to be able to use a standard text to describe them. Change-Id: I3a6dae58270906f590cde0c6e234d9bbb75d34f7 Reviewed-by: Kai Koehne --- examples/doc/dynamicpage.qdoc | 75 ++++++++++++++++++++- .../doc/images/qtifw-examples-dynamicpages.png | Bin 0 -> 29084 bytes examples/dynamicpage/config/config.xml | 4 +- .../data/data.node2..txt | 2 - .../data/data.node2.txt | 2 + .../meta/installscript.js | 2 +- 6 files changed, 79 insertions(+), 6 deletions(-) create mode 100644 examples/doc/images/qtifw-examples-dynamicpages.png delete mode 100644 examples/dynamicpage/packages/org.qtproject.ifw.example.dynamicpage.node2/data/data.node2..txt create mode 100644 examples/dynamicpage/packages/org.qtproject.ifw.example.dynamicpage.node2/data/data.node2.txt (limited to 'examples') diff --git a/examples/doc/dynamicpage.qdoc b/examples/doc/dynamicpage.qdoc index 4aba1e743..959e13fa5 100644 --- a/examples/doc/dynamicpage.qdoc +++ b/examples/doc/dynamicpage.qdoc @@ -32,9 +32,82 @@ \brief Building an installer by using a script and dynamic pages. + \image qtifw-examples-dynamicpages.png + + \e{Dynamic Page Installer} illustrates how to use the + \c component.loaded.connect() function to load custom installer pages (.ui) + instead of using the default installer pages and how to add functionality to + the pages. + + The \uicontrol {Select Installation Type} page contains icons that are added + to a Qt resource file (.qrc) for delivery with the installer. + \include installerfw-examples-configuring.qdocinc \quotefile dynamicpage/config/config.xml - \include installerfw-examples-generating.qdocinc + \include installerfw-examples-packaging.qdocinc + + \list + \li The \c