From aabd0202cae7df97fc4162c3f8a4e79e7f9d6fb5 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 3 Nov 2015 12:24:44 +0100 Subject: [PATCH] Doc: use include file for project creation instructions Change-Id: I58f4a581de6273b16d2fc7ba07567527e46bc4d1 Reviewed-by: Tim Jenssen --- doc/src/qtquick/qtquick-uiforms-tutorial.qdoc | 34 +------------------ 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/doc/src/qtquick/qtquick-uiforms-tutorial.qdoc b/doc/src/qtquick/qtquick-uiforms-tutorial.qdoc index 7c708f2ad15..3ef864e41e5 100644 --- a/doc/src/qtquick/qtquick-uiforms-tutorial.qdoc +++ b/doc/src/qtquick/qtquick-uiforms-tutorial.qdoc @@ -40,39 +40,7 @@ minimum by creating custom QML types that you edit in the \uicontrol Edit mode. - \section1 Creating the UI Forms Project - - \list 1 - - \li Select \uicontrol File > \uicontrol {New File or Project} > - \uicontrol Application > \uicontrol {Qt Quick Controls Application} - > \uicontrol Choose. - - \li In the \uicontrol Name field, type \b uiforms. - - \li In the \uicontrol {Create in} field, enter the path for the project - files and then click \uicontrol Next (or \uicontrol Continue on - OS X). - - \li In the \uicontrol {Minimal required Qt version} field, select - \uicontrol {Qt 5.4}, or later. - - \li Select \l{glossary-buildandrun-kit}{kits} for your project and click - \uicontrol{Next}. - - \note Kits are listed if they have been specified in - \uicontrol Tools > \uicontrol Options > \uicontrol {Build & Run} > - \uicontrol Kits (on Windows and Linux) or in \uicontrol {Qt Creator} - > \uicontrol Preferences \uicontrol {Build & Run} > \uicontrol Kits - (on OS X). - - \li Review the project settings, and click \uicontrol Finish (or - \uicontrol Done on OS X). - - \endlist - - \QC generates a default UI file, \e MainForm.ui.qml, that you can modify to - create the main view of the application. + \include creator-tutorial-create-qq-project.qdocinc \section1 Creating the UI Forms Main View