diff options
author | Caroline Chao <caroline.chao@digia.com> | 2013-03-22 09:59:49 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-04-02 12:34:19 +0200 |
commit | 0da436fc64f86d87e1aa44eaa3a50a95220f9174 (patch) | |
tree | 02ce696a448cbce481a4278ccfb42ff4b239de92 /src/controls/doc/src/qtquickcontrols-index.qdoc | |
parent | 8503d9e0362e13059b971ca7a0c205489442b183 (diff) | |
download | qtquickcontrols-0da436fc64f86d87e1aa44eaa3a50a95220f9174.tar.gz |
Doc: Add general introduction to the landing page
+ Update part saying Qt Quick Controls is an add-on to Qt.
Change-Id: I46d640f5c17e4e74eb1c562ec4e71982e04b650d
Reviewed-by: Nico Vertriest <nico.vertriest@digia.com>
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls/doc/src/qtquickcontrols-index.qdoc')
-rw-r--r-- | src/controls/doc/src/qtquickcontrols-index.qdoc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/controls/doc/src/qtquickcontrols-index.qdoc b/src/controls/doc/src/qtquickcontrols-index.qdoc index 25b61c38..90f5fcce 100644 --- a/src/controls/doc/src/qtquickcontrols-index.qdoc +++ b/src/controls/doc/src/qtquickcontrols-index.qdoc @@ -29,7 +29,15 @@ \page qtquickcontrols-index.html \title Qt Quick Controls - \brief The Qt Quick Controls module is an add-on module of Qt. + \brief The Qt Quick Controls module provides a set of reusable Qt Quick UI components. + + The Qt Quick Controls module provides a set of reusable UI components to create + classic desktop-style user interfaces using Qt Quick. + + The module is new in Qt 5.1 and requires \l{Qt Quick} 2.1. + + \note The current focus is on desktop, but in the long term Qt Quick Controls + are expected to be supported on mobile platforms too. \section1 Getting started |