forked from qt-creator/qt-creator
Doc: Remove descriptions of Qt Quick Controls 1
Support for the Qt Quick Controls 1 has been removed. Change-Id: I6fc64cea94ee64cabb19935124bb9e8fdc3d1089 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -68,12 +68,12 @@
|
||||
\li \l {Creating Components}
|
||||
|
||||
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).
|
||||
can combine with ready-made Qt Quick Controls 2 and Layouts
|
||||
(available since Qt 5.7).
|
||||
\li \l {Creating 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
|
||||
You can combine basic QML types with ready-made Qt Quick Controls 2,
|
||||
Dialogs, and Layouts (available since Qt 5.7) to create screens. You
|
||||
can use states and transitions to navigate between screens.
|
||||
|
||||
\li \l {Browsing ISO 7000 Icons}
|
||||
|
||||
@@ -68,9 +68,6 @@
|
||||
\l{Previewing QML Files}{preview tool} and you need not build them.
|
||||
They do not contain any C++ code.
|
||||
|
||||
\li \uicontrol {Qt Quick Controls UI} is like \uicontrol {Qt Quick UI},
|
||||
but using Qt Quick Controls.
|
||||
|
||||
\li \uicontrol {Qt Quick Extension Plugins} (in the \uicontrol Library category)
|
||||
create C++ plugins that make it possible to offer extensions that
|
||||
can be loaded dynamically into Qt Quick applications. Select
|
||||
@@ -86,7 +83,7 @@
|
||||
|
||||
\li Select \uicontrol File > \uicontrol {New File or Project} >
|
||||
\uicontrol Application > \uicontrol {Qt Quick Application} or
|
||||
\uicontrol {Qt Quick Controls Application} > \uicontrol Choose.
|
||||
\uicontrol {Qt Quick Controls 2 Application} > \uicontrol Choose.
|
||||
|
||||
\li For some Qt Quick applications, you must select the Qt version to
|
||||
develop with in the \uicontrol {Minimal required Qt version} field.
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
\li \uicontrol {Library} (2) displays the building blocks that you can use
|
||||
to design applications: predefined QML types, your own QML
|
||||
components, Qt Quick components or Qt Quick Controls that you
|
||||
components, Qt Quick components or Qt Quick Controls 2 that you
|
||||
import to the project, and other resources.
|
||||
|
||||
\li \uicontrol Connections (3) enables you to create connections between
|
||||
|
||||
Reference in New Issue
Block a user