summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-11-03 12:24:44 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-11-03 14:10:05 +0000
commitaabd0202cae7df97fc4162c3f8a4e79e7f9d6fb5 (patch)
treede8227fa8b3b84bea774de72147d96d914899278 /doc
parent867fa1ff0122b05ddc0bf55d4cfea1b174700fb2 (diff)
downloadqt-creator-aabd0202cae7df97fc4162c3f8a4e79e7f9d6fb5.tar.gz
Doc: use include file for project creation instructions
Change-Id: I58f4a581de6273b16d2fc7ba07567527e46bc4d1 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/qtquick/qtquick-uiforms-tutorial.qdoc34
1 files changed, 1 insertions, 33 deletions
diff --git a/doc/src/qtquick/qtquick-uiforms-tutorial.qdoc b/doc/src/qtquick/qtquick-uiforms-tutorial.qdoc
index 7c708f2ad1..3ef864e41e 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