forked from qt-creator/qt-creator
Doc: using Qt Labs Controls
- Describe the wizard - Mention Labs Controls besides older Controls Change-Id: Ib9182c5ebc9c8ee4478018dd5ef29841284eb3de Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
@@ -119,7 +119,11 @@
|
|||||||
|
|
||||||
\li Qt Quick Controls Application
|
\li Qt Quick Controls Application
|
||||||
|
|
||||||
Create a Qt Quick application using Qt Quick Controls
|
Create a Qt Quick application using
|
||||||
|
\l{http://doc.qt.io/qt-5/qtquickcontrols-index.html}
|
||||||
|
{Qt Quick Controls} or
|
||||||
|
\l{http://doc.qt.io/qt-5/qtlabscontrols-index.html}
|
||||||
|
{Qt Labs Controls}
|
||||||
|
|
||||||
\li Qt Canvas 3D Application
|
\li Qt Canvas 3D Application
|
||||||
|
|
||||||
|
|||||||
@@ -84,6 +84,12 @@
|
|||||||
creating classic desktop-style user interfaces using Qt Quick 2.1. You can
|
creating classic desktop-style user interfaces using Qt Quick 2.1. You can
|
||||||
use the Qt Quick Controls Styles to customize Qt Quick Controls.
|
use the Qt Quick Controls Styles to customize Qt Quick Controls.
|
||||||
|
|
||||||
|
Since Qt 5.6, Qt Labs Controls provide lightweight QML types for creating
|
||||||
|
performant user interfaces for embedded and mobile devices. These controls
|
||||||
|
achieve improved efficiency by employing a simplified styling architecture
|
||||||
|
when compared to Qt Quick Controls, on which the module is based. These
|
||||||
|
types work in conjunction with Qt Quick and Qt Quick Layouts.
|
||||||
|
|
||||||
Some ready-made controls, such as a gauge, dial, status indicator, and
|
Some ready-made controls, such as a gauge, dial, status indicator, and
|
||||||
tumbler, are provided by the \l {Qt Quick Extras} module.
|
tumbler, are provided by the \l {Qt Quick Extras} module.
|
||||||
|
|
||||||
|
|||||||
@@ -50,8 +50,13 @@
|
|||||||
a QQuickView. You can build the application and deploy it to desktop,
|
a QQuickView. You can build the application and deploy it to desktop,
|
||||||
embedded, and mobile target platforms.
|
embedded, and mobile target platforms.
|
||||||
|
|
||||||
\li \uicontrol {Qt Quick Controls Application} is like
|
\li \uicontrol {Qt Quick Controls Application} and
|
||||||
\uicontrol {Qt Quick Application}, but using Qt Quick Controls.
|
\uicontrol {Qt Labs Controls Application} are like
|
||||||
|
\uicontrol {Qt Quick Application}, but using
|
||||||
|
\l{http://doc.qt.io/qt-5/qtquickcontrols-index.html}
|
||||||
|
{Qt Quick Controls} or
|
||||||
|
\l{http://doc.qt.io/qt-5/qtlabscontrols-index.html}
|
||||||
|
{Qt Labs Controls}
|
||||||
|
|
||||||
\li \uicontrol {Qt Canvas 3D Application} creates a Qt Quick application
|
\li \uicontrol {Qt Canvas 3D Application} creates a Qt Quick application
|
||||||
that imports the Qt Canvas 3D module and, optionally, includes
|
that imports the Qt Canvas 3D module and, optionally, includes
|
||||||
@@ -80,8 +85,9 @@
|
|||||||
\list 1
|
\list 1
|
||||||
|
|
||||||
\li Select \uicontrol File > \uicontrol {New File or Project} >
|
\li Select \uicontrol File > \uicontrol {New File or Project} >
|
||||||
\uicontrol Application > \uicontrol {Qt Quick Application} or
|
\uicontrol Application > \uicontrol {Qt Quick Application},
|
||||||
\uicontrol {Qt Quick Controls Application} > \uicontrol Choose.
|
\uicontrol {Qt Quick Controls Application}, or
|
||||||
|
\uicontrol {Qt Labs Controls Application} > \uicontrol Choose.
|
||||||
|
|
||||||
\li In the \uicontrol {Minimal required Qt version} field, select the Qt
|
\li In the \uicontrol {Minimal required Qt version} field, select the Qt
|
||||||
version to develop with. The Qt version determines the Qt Quick
|
version to develop with. The Qt version determines the Qt Quick
|
||||||
|
|||||||
@@ -51,6 +51,12 @@
|
|||||||
creating classic desktop-style user interfaces using Qt Quick 2.1. You can
|
creating classic desktop-style user interfaces using Qt Quick 2.1. You can
|
||||||
use the Qt Quick Controls Styles to customize Qt Quick Controls.
|
use the Qt Quick Controls Styles to customize Qt Quick Controls.
|
||||||
|
|
||||||
|
Since Qt 5.6, Qt Labs Controls provide lightweight QML types for creating
|
||||||
|
performant user interfaces for embedded and mobile devices. These controls
|
||||||
|
achieve improved efficiency by employing a simplified styling architecture
|
||||||
|
when compared to Qt Quick Controls, on which the module is based. These
|
||||||
|
types work in conjunction with Qt Quick and Qt Quick Layouts.
|
||||||
|
|
||||||
\section1 Adding Components to Screens
|
\section1 Adding Components to Screens
|
||||||
|
|
||||||
\list 1
|
\list 1
|
||||||
|
|||||||
Reference in New Issue
Block a user