Doc: add info about Qt Quick Dialogs and Layouts

Task-number: QTCREATORBUG-12721
Change-Id: Ib6ff3e53806be26f714378d4ffcd3b54a36a6e8f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
Leena Miettinen
2014-07-28 16:14:32 +02:00
parent 0ee609f8fc
commit 953d688d88
5 changed files with 25 additions and 24 deletions

View File

@@ -68,10 +68,10 @@
\gui {Qt Quick UI} > \gui Choose.
\li In the \gui {Qt Quick component set} field, select the component set
to use for the project. The Qt Quick imports enable you to create
cross-platform applications with a custom look and feel, whereas the
Qt Quick Controls provide the look and feel for a particular
platform:
to use for the project. The Qt Quick imports enable you to use the
basic QML types to create user interfaces, whereas the Qt Quick
Controls provide a set of ready-made controls that you can customize
by using Qt Quick Controls Styles:
\list
@@ -85,6 +85,10 @@
\endlist
You can add imports later to combine Qt Quick basic types with Qt Quick
Controls, Qt Quick Dialogs, and Qt Quick Layouts (available since
Qt 5.1).
\endlist
\QC creates the following files: