Doc: changes in Qt Quick project wizards

The Qt Quick application wizards were combined into
one wizard and the wizard for importing existing QML
projects was removed.

Change-Id: I2761c0065541a54bb3efe970ed9481352adc9fec
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Leena Miettinen
2013-11-05 12:55:47 +01:00
parent 547d67da7d
commit 4e6918e179
9 changed files with 57 additions and 67 deletions

View File

@@ -103,24 +103,12 @@
Use \QD forms to design a Qt widget based user interface for the
desktop and C++ to implement the application logic
\li Mobile Qt Application
\li Qt Quick Application
Use \QD forms to design a Qt widget based user interface for
mobile devices and C++ to implement the application logic.
Select this template to develop for devices that support only
Qt 4.6.x
\li Qt Quick Application (Built-in Types)
Use built-in QML types to design user interfaces based on
Qt Quick 1 (Qt 4.7.1, or later) or Qt Quick 2 (Qt 5) with a
custom look and feel and QML and C++ code to implement the
application logic
\li Qt Quick Application (from Existing QML File)
Convert existing Qt Quick applications to projects that you
can run in \QC or deploy to mobile devices
Create a Qt Quick application that contains both QML and C++
code. The project includes a QDeclarativeView or a QQuickView.
You can build the application and deploy it to desktop and
mobile target platforms.
\li Qt Console Application