summaryrefslogtreecommitdiff
path: root/doc/src/qtquick/qtquick-components.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qtquick/qtquick-components.qdoc')
-rw-r--r--doc/src/qtquick/qtquick-components.qdoc14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/src/qtquick/qtquick-components.qdoc b/doc/src/qtquick/qtquick-components.qdoc
index 9cfe43abc7..05fb8f0fe5 100644
--- a/doc/src/qtquick/qtquick-components.qdoc
+++ b/doc/src/qtquick/qtquick-components.qdoc
@@ -74,12 +74,16 @@
\endlist
QML types allow you to write cross-platform applications with custom look
- and feel. You can also use ready-made Qt Quick Components that enable you to
- create applications with a native look and feel for a particular target
- platform. You can install the components as part of the Qt 4 SDK.
+ and feel. You can also use ready-made Qt Quick Components (for Qt 4) to
+ create screens with a native look and feel for a particular target platform.
+ Since Qt 5.1, a set of Qt Quick Controls is available for creating classic
+ desktop-style user interfaces using Qt Quick 2.1.
- When you use the \QC project wizard to create Qt Quick applications, you
- can select which component set to use in your application.
+ You can install Qt Quick 1 Components as part of the Qt 4 SDK and the Qt
+ Quick Controls as part of Qt 5.1, or later.
+
+ The \QC project wizards create Qt Quick applications that use Qt Quick
+ Components or Controls.
Even if you use the Qt Quick Components, you can still write cross-platform
applications, by using different sets of QML files for each platform.