Doc: Edit info about MCU support and add screenshot

The QML Types tab displays only the supported types, so
that will tell users which types are supported.

Change-Id: I49dd1f7d81401a84b8780fdc61f49870c58c3935
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Leena Miettinen
2020-11-19 17:29:21 +01:00
parent 552a86f6b3
commit 95685898a5
2 changed files with 11 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

@@ -32,14 +32,18 @@
types to create UIs for devices that are powered by microcontroller units
(MCU). The subset of supported types depends on the Qt for MCUs version
that you use for development. In this manual, we indicate which components
are supported at the time of writing, but you should always check the
\l{Qt for MCUs - All QML Types}{listing of supported QML types} for the
latest state.
are supported at the time of writing.
To develop for MCUs, \l{Using Project Wizards}{create an MCU project}.
Only a subset of properties is supported for the supported types. The
properties that are not available on MCUs are marked in the
\uicontrol Properties view by enclosing them in square brackets.
To develop for MCUs, \l{Using Project Wizards}{create an MCU project}. Only
the types available on MCUs are displayed in the \uicontrol {QML Types} tab
in \uicontrol Library. Only a subset of properties is supported for the
supported types. The properties that are not available on MCUs are marked
in the \uicontrol Properties view by enclosing them in square brackets.
\image qmldesigner-mcu-support.png "QML types and Image type properties supported for MCUs"
For more information about the supported QML types and their properties, see
\l{Qt for MCUs - All QML Types}.
//! [mcu qtquick components]
*/