forked from qt-creator/qt-creator
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user