diff --git a/doc/installerfw-examples.qdoc b/doc/installerfw-examples.qdoc index 8d6f3c17..1b0bd5a0 100644 --- a/doc/installerfw-examples.qdoc +++ b/doc/installerfw-examples.qdoc @@ -33,4 +33,7 @@ \title Qt Installer Framework Examples \brief Illustrate how to customize installers. + These examples illustrate how to use component scripts for customizing + installers. + */ diff --git a/examples/doc/changeuserinterface.qdoc b/examples/doc/changeuserinterface.qdoc index 25d7d325..15212756 100644 --- a/examples/doc/changeuserinterface.qdoc +++ b/examples/doc/changeuserinterface.qdoc @@ -30,7 +30,7 @@ \ingroup qtifwexamples \title Change Installer UI Example - \brief Changing the installer UI by using a component script. + \brief Using a component script to modify the installer UI. \image qtifw-examples-changeuserinterface.png diff --git a/examples/doc/componenterror.qdoc b/examples/doc/componenterror.qdoc index d4e6ef17..39a0dcb8 100644 --- a/examples/doc/componenterror.qdoc +++ b/examples/doc/componenterror.qdoc @@ -30,7 +30,8 @@ \ingroup qtifwexamples \title Component Error Example - \brief Stopping the installation if the components cannot be installed. + \brief Using a component script to stop the installation if the components + cannot be installed. \image qtifw-examples-componenterror.png diff --git a/examples/doc/dynamicpage.qdoc b/examples/doc/dynamicpage.qdoc index 959e13fa..6c68fe33 100644 --- a/examples/doc/dynamicpage.qdoc +++ b/examples/doc/dynamicpage.qdoc @@ -30,7 +30,7 @@ \ingroup qtifwexamples \title Dynamic Page Installer Example - \brief Building an installer by using a script and dynamic pages. + \brief Using a component script and dynamic pages to build an installer. \image qtifw-examples-dynamicpages.png diff --git a/examples/doc/modifyextract.qdoc b/examples/doc/modifyextract.qdoc index 88cc45d3..7dbd455c 100644 --- a/examples/doc/modifyextract.qdoc +++ b/examples/doc/modifyextract.qdoc @@ -30,7 +30,8 @@ \ingroup qtifwexamples \title Modify Extract Installer Example - \brief Using the extract archive hook to modify the target path. + \brief Using the extract archive hook in a component script to modify the + target path. \image qtifw-examples-modifyextract.png diff --git a/examples/doc/openreadme.qdoc b/examples/doc/openreadme.qdoc index b81812fb..be24df08 100644 --- a/examples/doc/openreadme.qdoc +++ b/examples/doc/openreadme.qdoc @@ -30,8 +30,8 @@ \ingroup qtifwexamples \title Open ReadMe Example - \brief Adding a check box for opening the readme file to the final - installer page. + \brief Using a component script to add a check box for opening the readme + file to the final installer page. \image qtifw-examples-openreadme.png diff --git a/examples/doc/quit_installer.qdoc b/examples/doc/quit_installer.qdoc index 55b9f3ba..fad964b4 100644 --- a/examples/doc/quit_installer.qdoc +++ b/examples/doc/quit_installer.qdoc @@ -32,7 +32,7 @@ \image qtifw-examples-quit_installer.png - \brief Quitting an installer by using a script. + \brief Using a component script to quit an installer. \e{Quit Installer} illustrates how to use the \c Component() function to display a message box to end users for quitting the installation if some diff --git a/examples/doc/registerfileextension.qdoc b/examples/doc/registerfileextension.qdoc index 17bed5f4..2113f3e6 100644 --- a/examples/doc/registerfileextension.qdoc +++ b/examples/doc/registerfileextension.qdoc @@ -30,7 +30,7 @@ \ingroup qtifwexamples \title Register File Extension Example - \brief Registering a filename extension on Windows. + \brief Using a component script to register a filename extension on Windows. \image qtifw-examples-registerfileextension.png diff --git a/examples/doc/startmenu.qdoc b/examples/doc/startmenu.qdoc index 8c8aa46b..29973237 100644 --- a/examples/doc/startmenu.qdoc +++ b/examples/doc/startmenu.qdoc @@ -30,7 +30,7 @@ \ingroup qtifwexamples \title Start Menu Shortcut Example - \brief Adding an entry to the Windows Start menu. + \brief Using a component script to add an entry to the Windows Start menu. \image qtifw-examples-startmenu.png diff --git a/examples/doc/systeminfo.qdoc b/examples/doc/systeminfo.qdoc index bd5ed277..da3b99c1 100644 --- a/examples/doc/systeminfo.qdoc +++ b/examples/doc/systeminfo.qdoc @@ -30,7 +30,8 @@ \ingroup qtifwexamples \title System Information Example - \brief Checking operating system version and bitness in a script. + \brief Using the systemInfo API in a component script to check operating + system version and bitness. The \e{System Information Example} demonstrates how to use the \l{systemInfo} API to detect details about the target operating system.