Doc: Qt Quick Designer only supports Qt Quick 1

Change-Id: Ic0e746a053522d494d03e9add6cc4813072d0ec3
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Leena Miettinen
2012-10-05 17:29:00 +02:00
parent 880ab20751
commit 22b7450496
5 changed files with 21 additions and 11 deletions

View File

@@ -42,6 +42,9 @@
You can either create Qt Quick projects from scratch or import
existing projects to \QC. You can use the code editor (Edit mode)
or the visual editor (Design mode) to develop Qt Quick applications.
However, the visual editor only supports Qt Quick 1, which is
offered in Qt 5 only for compatibility with Qt 4. We recommend that
you use Qt Quick 2 for new Qt 5 applications.
\o \l{Developing Widget Based Applications}
Widgets and forms created with \QD are integrated seamlessly with

View File

@@ -38,9 +38,9 @@
\list
\o \l{Creating a Qt Quick Application}
\o \l{Creating a Qt Quick 1 Application}
Learn about the basic Qt Quick concepts and QML elements.
Learn how to use \QMLD to create a Qt Quick 1 application.
\o \l{Creating a Qt Widget Based Application}