forked from qt-creator/qt-creator
Doc: Update the project template screen capture
Also, reorganized the list of project templates based on the latest UI. Change-Id: I72f903909946d29ee3c181c926c2857a6da25a5e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
committed by
Leena Miettinen
parent
582b4bd0ae
commit
68b6b0dd4d
Binary file not shown.
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 33 KiB |
@@ -98,15 +98,9 @@
|
|||||||
|
|
||||||
\list
|
\list
|
||||||
|
|
||||||
\li Applications
|
\li Application (Qt Quick)
|
||||||
|
|
||||||
\list
|
\list
|
||||||
|
|
||||||
\li Qt Widgets Application
|
|
||||||
|
|
||||||
Use \QD forms to design a Qt widget based user interface for the
|
|
||||||
desktop and C++ to implement the application logic
|
|
||||||
|
|
||||||
\li Qt Quick Application - Empty
|
\li Qt Quick Application - Empty
|
||||||
|
|
||||||
Create an empty Qt Quick application that uses Qt Quick 2 types.
|
Create an empty Qt Quick application that uses Qt Quick 2 types.
|
||||||
@@ -121,10 +115,25 @@
|
|||||||
{Qt Quick Controls} to implement a scrollable list (requires
|
{Qt Quick Controls} to implement a scrollable list (requires
|
||||||
Qt 5.9 or later) or a set of pages with a stack-based or
|
Qt 5.9 or later) or a set of pages with a stack-based or
|
||||||
swipe-based navigation model (requires Qt 5.7 or later).
|
swipe-based navigation model (requires Qt 5.7 or later).
|
||||||
|
\endlist
|
||||||
|
|
||||||
|
\li Application (Qt)
|
||||||
|
|
||||||
|
\list
|
||||||
|
|
||||||
|
\li Qt Widgets Application
|
||||||
|
|
||||||
|
Use \QD forms to design a Qt widget based user interface for the
|
||||||
|
desktop and C++ to implement the application logic
|
||||||
|
|
||||||
\li Qt Console Application
|
\li Qt Console Application
|
||||||
|
|
||||||
Use a single main.cpp file
|
Use a single main.cpp file
|
||||||
|
\endlist
|
||||||
|
|
||||||
|
\li Application (Qt for Python)
|
||||||
|
|
||||||
|
\list
|
||||||
|
|
||||||
\li Qt for Python Application - Empty, Window, Window (UI file), or
|
\li Qt for Python Application - Empty, Window, Window (UI file), or
|
||||||
Qt Quick Application (Empty)
|
Qt Quick Application (Empty)
|
||||||
@@ -135,14 +144,18 @@
|
|||||||
a widget-based UI. Alternatively, you can create an empty
|
a widget-based UI. Alternatively, you can create an empty
|
||||||
Qt Quick Application.
|
Qt Quick Application.
|
||||||
|
|
||||||
\li MCU Support Application
|
\endlist
|
||||||
|
|
||||||
Creates an application that uses a subset of QML and
|
\li Application (Qt for MCU)
|
||||||
Qt Quick Controls (as supported by Qt for MCUs) that
|
|
||||||
you can deploy, run, and debug on MCU boards. For more
|
|
||||||
information, see \l {Connecting MCUs}.
|
|
||||||
|
|
||||||
\endlist
|
\list
|
||||||
|
\li MCU Support Application
|
||||||
|
|
||||||
|
Creates an application that uses a subset of QML and
|
||||||
|
Qt Quick Controls (as supported by Qt for MCUs) that
|
||||||
|
you can deploy, run, and debug on MCU boards. For more
|
||||||
|
information, see \l {Connecting MCUs}.
|
||||||
|
\endlist
|
||||||
|
|
||||||
\li Libraries
|
\li Libraries
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user