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:
Venugopal Shivashankar
2020-03-27 12:48:58 +01:00
committed by Leena Miettinen
parent 582b4bd0ae
commit 68b6b0dd4d
2 changed files with 26 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -98,15 +98,9 @@
\list
\li Applications
\li Application (Qt Quick)
\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
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 5.9 or later) or a set of pages with a stack-based or
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
Use a single main.cpp file
\endlist
\li Application (Qt for Python)
\list
\li Qt for Python Application - Empty, Window, Window (UI file), or
Qt Quick Application (Empty)
@@ -135,13 +144,17 @@
a widget-based UI. Alternatively, you can create an empty
Qt Quick Application.
\endlist
\li Application (Qt for MCU)
\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