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:
@@ -43,14 +43,14 @@
|
||||
|
||||
\li \l {Creating Components}
|
||||
|
||||
You can use predefined QML types to create components or use a set
|
||||
of Qt Quick Controls for creating classic desktop-style user
|
||||
interfaces using Qt Quick 2.1 (available since Qt 5.1).
|
||||
You can use basic QML types to create your own components that you
|
||||
can combine with ready-made Qt Quick Controls and Layouts
|
||||
(available since Qt 5.1).
|
||||
\li \l {Creating Screens}
|
||||
|
||||
You can use predefined QML types, Qt Quick Controls, and your own
|
||||
components to create screens. You can use states and transitions to
|
||||
navigate between screens.
|
||||
You can combine basic QML types with ready-made Qt Quick Controls,
|
||||
Dialogs, and Layouts (available since Qt 5.1) to create screens. You
|
||||
can use states and transitions to navigate between screens.
|
||||
\li \l {Exporting Designs from Graphics Software}
|
||||
|
||||
You can export designs from graphics software, such as Adobe
|
||||
|
||||
Reference in New Issue
Block a user