forked from qt-creator/qt-creator
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:
BIN
doc/qtcreator/images/qmldesigner-mcu-support.png
Normal file
BIN
doc/qtcreator/images/qmldesigner-mcu-support.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
@@ -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]
|
||||
*/
|
||||
|
Reference in New Issue
Block a user