summaryrefslogtreecommitdiff
path: root/doc/src/qtquick/qtquick-components.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-05-08 17:20:20 +0200
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-05-10 09:53:08 +0200
commit3c1b5213b55a81f3e1a89e3e93867e3d56f30abe (patch)
treefc2b2c7f17a9247132011a677e1b28338f66935b /doc/src/qtquick/qtquick-components.qdoc
parent5d993c3f7622648c944136f2e04ef2ddf8119032 (diff)
downloadqt-creator-3c1b5213b55a81f3e1a89e3e93867e3d56f30abe.tar.gz
Doc: Qt Quick Controls in Qt Creator
Describe the Qt Quick 2 UI with Controls wizard and using controls in Qt Creator. Change-Id: I95ba128c8dde7e0e117f649f2ff974f2c6ee624c Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
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 34e6eb7a28..8e0354b407 100644
--- a/doc/src/qtquick/qtquick-components.qdoc
+++ b/doc/src/qtquick/qtquick-components.qdoc
@@ -74,12 +74,16 @@
\endlist
QML elements 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.