summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-11-07 15:41:21 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-11-07 16:19:16 +0100
commite84e8ee783602280afc995127a024c761736682e (patch)
treefe4386d1a154d6169509ad507f955846774621f7
parentec24614f2cb0c5de30409e9a9affd0c6ceca3f80 (diff)
downloadqt-creator-e84e8ee783602280afc995127a024c761736682e.tar.gz
Doc: the Qt Quick UI project wizards were combined
You now select the imports on the second page of the wizard. Change-Id: I07a2519ea31edae547865792b0c409872f5ac09f Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
-rw-r--r--doc/images/qmldesigner-new-project.pngbin59048 -> 55681 bytes
-rw-r--r--doc/images/qtcreator-new-qt-gui-application.pngbin51792 -> 59198 bytes
-rw-r--r--doc/images/qtcreator-new-qt-quick-project-wizard.pngbin59594 -> 56133 bytes
-rw-r--r--doc/src/projects/creator-projects-creating.qdoc8
-rw-r--r--doc/src/qtquick/qtquick-creating.qdoc54
5 files changed, 26 insertions, 36 deletions
diff --git a/doc/images/qmldesigner-new-project.png b/doc/images/qmldesigner-new-project.png
index 02ef23cf13..1c9df5a57b 100644
--- a/doc/images/qmldesigner-new-project.png
+++ b/doc/images/qmldesigner-new-project.png
Binary files differ
diff --git a/doc/images/qtcreator-new-qt-gui-application.png b/doc/images/qtcreator-new-qt-gui-application.png
index 9682d5abd5..60f398a016 100644
--- a/doc/images/qtcreator-new-qt-gui-application.png
+++ b/doc/images/qtcreator-new-qt-gui-application.png
Binary files differ
diff --git a/doc/images/qtcreator-new-qt-quick-project-wizard.png b/doc/images/qtcreator-new-qt-quick-project-wizard.png
index 4862c47aa8..95e9f6be5b 100644
--- a/doc/images/qtcreator-new-qt-quick-project-wizard.png
+++ b/doc/images/qtcreator-new-qt-quick-project-wizard.png
Binary files differ
diff --git a/doc/src/projects/creator-projects-creating.qdoc b/doc/src/projects/creator-projects-creating.qdoc
index b8da407f57..99901bce06 100644
--- a/doc/src/projects/creator-projects-creating.qdoc
+++ b/doc/src/projects/creator-projects-creating.qdoc
@@ -128,14 +128,6 @@
installed on your computer to create and run this type of
projects
- \li Qt Quick 2 UI with Controls
-
- Uses a single QML file that contains the main view and that
- imports the Qt Quick Controls. You can view the UI in the QML
- Scene and you need not build it. This project requires that
- you have installed the Qt Quick Controls for your Qt version
- (5.1 or later)
-
\endlist
\li Libraries
diff --git a/doc/src/qtquick/qtquick-creating.qdoc b/doc/src/qtquick/qtquick-creating.qdoc
index 0c2519b84c..d92900fa30 100644
--- a/doc/src/qtquick/qtquick-creating.qdoc
+++ b/doc/src/qtquick/qtquick-creating.qdoc
@@ -51,10 +51,6 @@
need to have the development environment installed on your
computer to create and run this type of project.
- \gui {Qt Quick 2 UI with Controls} imports the Qt Quick Controls.
- This project requires that you have installed the Qt Quick Controls
- for your Qt version (5.1 or later).
-
\li \gui {Qt Quick Extension Plugins} (in the \gui Libraries category)
create C++ plugins that make it possible to offer extensions that
can be loaded dynamically into Qt Quick applications. Select
@@ -66,10 +62,30 @@
\section1 Creating Qt Quick UI Projects
- Select \gui File > \gui {New File or Project} > \gui Applications >
- \gui {Qt Quick 1 UI}, \gui {Qt Quick 2 UI}, or
- \gui {Qt Quick 2 UI with Controls} > \gui Choose and follow the instructions
- of the wizard.
+ \list 1
+
+ \li Select \gui File > \gui {New File or Project} > \gui Applications >
+ \gui {Qt Quick UI} > \gui Choose.
+
+ \li In the \gui {Qt Quick component set} field, select the component set
+ to use for the project. The Qt Quick imports enable you to create
+ cross-platform applications with a custom look and feel, whereas the
+ Qt Quick Controls provide the look and feel for a particular
+ platform:
+
+ \list
+
+ \li Select \gui {Qt Quick Controls 1.0} or \gui {Qt Quick 2.0} to
+ develop for platforms that run Qt 5.
+
+ \li Select \gui {Qt Quick 1.1} to develop for platforms that run
+ Qt 4.7.4. To develop for platforms that run Qt 4.7.1, 4.7.2, or
+ 4.7.3, you must change the import statement to import Qt Quick
+ 1.0.
+
+ \endlist
+
+ \endlist
\QC creates the following files:
@@ -84,10 +100,6 @@
\endlist
- The \c import statement in the beginning of the .qml file specifies the Qt modules to
- \l{http://qt-project.org/doc/qt-5.0/qtqml/qtqml-syntax-imports.html}{import}. Each Qt module
- contains a set of default QML types. Specify a version to get the features you want.
-
To use JavaScript and image files in the application, copy them to the
project folder.
@@ -99,22 +111,8 @@
\gui {Qt Quick Application} > \gui Choose.
\li In the \gui {Qt Quick component set} field, select the component set
- to use for the project. The Qt Quick imports enable you to create
- cross-platform applications with a custom look and feel, whereas the
- Qt Quick Controls provide the look and feel for a particular
- platform:
-
- \list 1
-
- \li Select \gui {Qt Quick Controls 1.0} or \gui {Qt Quick 2.0} to
- develop for platforms that run Qt 5.
-
- \li Select \gui {Qt Quick 1.1} to develop for platforms that run
- Qt 4.7.4. To develop for platforms that run Qt 4.7.1, 4.7.2, or
- 4.7.3, you must change the import statement to import Qt Quick
- 1.0.
-
- \endlist
+ to use for the project. For more information, see
+ \l{Creating Qt Quick UI Projects}.
\li Select \l{glossary-buildandrun-kit}{kits} for running and building
your project, and then click \gui{Next}.