Doc: Update MCU info

- Use the term "component" instead of QML type
- Update screenshot with the new Library layout
- Link to the new topics for Library and Properties views

Task-number: QDS-3778
Change-Id: I123e3c2050075b17a8944e0d6dc4e6aadc1905a8
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Leena Miettinen
2021-03-16 09:39:56 +01:00
parent c218f77f7e
commit 012edb2d77
2 changed files with 13 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2020 The Qt Company Ltd. ** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the Qt Creator documentation. ** This file is part of the Qt Creator documentation.
@@ -28,22 +28,22 @@
\section1 Creating UIs for MCUs \section1 Creating UIs for MCUs
\l{Qt for MCUs} enables you to use subsets of QML and Qt Quick Controls \l{Qt for MCUs} enables you to use subsets of components to create UIs for
types to create UIs for devices that are powered by microcontroller units devices that are powered by microcontroller units (MCU). The subset of
(MCU). The subset of supported types depends on the Qt for MCUs version supported components depends on the Qt for MCUs version that you use for
that you use for development. In this manual, we indicate which components development. In this manual, we indicate which components are supported at
are supported at the time of writing. the time of writing.
To develop for MCUs, \l{Using Project Wizards}{create an MCU project}. Only 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 the components available on MCUs are displayed in the \uicontrol Components
in \uicontrol Library. Only a subset of properties is supported for the tab in \l Library. Only a subset of properties is supported for the
supported types. The properties that are not available on MCUs are marked supported components. The properties that are not available on MCUs are
in the \uicontrol Properties view by enclosing them in square brackets. marked in the \l Properties view by enclosing them in square brackets.
\image qmldesigner-mcu-support.png "QML types and Image type properties supported for MCUs" \image qmldesigner-mcu-support.png "Components and Image properties supported for MCUs"
For more information about the supported QML types and their properties, see For more information about the supported components and their properties,
\l{Qt for MCUs - All QML Types}. see \l{Qt for MCUs - All QML Types}.
//! [mcu qtquick components] //! [mcu qtquick components]
*/ */