aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2012-11-27 11:50:56 +0100
committerEike Ziller <eike.ziller@digia.com>2012-11-27 11:50:56 +0100
commitba1d5f2cdf7d31eb862f02bd42885cdba13a7f15 (patch)
tree5c9d0551e67612724a2ca0328636b091653c1f00 /doc
parentc384f52b49f0eddc7a7f8e622e1485ebb1018028 (diff)
parentdeeef5308f1b3d59581aa1a65e781d434719a40d (diff)
Merge remote-tracking branch 'origin/2.6'
Conflicts: share/share.qbs src/plugins/cpptools/cppchecksymbols.cpp src/plugins/texteditor/behaviorsettingswidget.cpp Change-Id: Ia34060984f9c036b2f28a6411d796d41f55a3e37
Diffstat (limited to 'doc')
-rw-r--r--doc/src/projects/creator-projects-creating.qdoc20
-rw-r--r--doc/src/qtquick/qtquick-creating.qdoc16
2 files changed, 22 insertions, 14 deletions
diff --git a/doc/src/projects/creator-projects-creating.qdoc b/doc/src/projects/creator-projects-creating.qdoc
index 21b9bd5e60..bbaf9696b7 100644
--- a/doc/src/projects/creator-projects-creating.qdoc
+++ b/doc/src/projects/creator-projects-creating.qdoc
@@ -120,15 +120,15 @@
custom look and feel and QML and C++ code to implement the
application logic
- \o Qt Quick Application for MeeGo Harmattan
+ \o Qt Quick 1 Application for MeeGo Harmattan
Use Qt Quick Components for MeeGo Harmattan to design a user
interface with the platform look and feel
- \o Qt Quick Application (from Existing QML File)
+ \o Qt Quick 1 Application (from Existing QML File)
- Convert existing QML applications to projects that you can run
- in \QC or deploy to mobile devices
+ Convert existing Qt Quick 1 applications to projects that you
+ can run in \QC or deploy to mobile devices
\o Qt Console Application
@@ -158,12 +158,18 @@
Shared or static C++ library based on qmake
- \o Custom QML Extension Plugin
+ \o Qt Quick 1 Extension Plugin
- C++ plugin that makes it possible to offer extensions
- that can be loaded dynamically into applications by using the
+ C++ plugin that makes it possible to offer extensions that can
+ be loaded dynamically into Qt Quick 1 applications by using the
QDeclarativeEngine class
+ \o Qt Quick 2 Extension Plugin
+
+ C++ plugin that makes it possible to offer extensions that can
+ be loaded dynamically into Qt Quick 2 applications by using the
+ QQmlEngine class
+
\o \QC Plugin
diff --git a/doc/src/qtquick/qtquick-creating.qdoc b/doc/src/qtquick/qtquick-creating.qdoc
index a8dcf90f2b..67ef94eb00 100644
--- a/doc/src/qtquick/qtquick-creating.qdoc
+++ b/doc/src/qtquick/qtquick-creating.qdoc
@@ -64,15 +64,17 @@
need to have the development environment installed on your
computer to create and run this type of project.
- \o \gui {Qt Quick Application (from Existing QML File)} converts
- existing QML applications to Qt Quick application projects. This
- enables you to run them from \QC and to deploy them to mobile
+ \o \gui {Qt Quick 1 Application (from Existing QML File)} converts
+ existing Qt Quick 1 applications to Qt Quick application projects.
+ This enables you to run them from \QC and to deploy them to mobile
devices.
- \o \gui {Custom QML Extension Plugin} (in the \gui Libraries category)
- creates a C++ plugin that makes
- it possible to offer extensions that can be loaded dynamically into
- applications by using the QDeclarativeEngine class.
+ \o \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
+ \gui {Qt Quick 1 Extension Plugin} to create extensions for
+ Qt Quick 1 applications and \gui {Qt Quick 2 Extension Plugin} to
+ create extensions for Qt Quick 2 applications.
\endlist