diff --git a/doc/qtcreator/images/qmldesigner-mcu-support.png b/doc/qtcreator/images/qmldesigner-mcu-support.png index e2dc8fd4d18..23d3c0ce3d4 100644 Binary files a/doc/qtcreator/images/qmldesigner-mcu-support.png and b/doc/qtcreator/images/qmldesigner-mcu-support.png differ diff --git a/doc/qtcreator/src/mcu/qtquick-mcu-support.qdocinc b/doc/qtcreator/src/mcu/qtquick-mcu-support.qdocinc index c5ce96b9d72..124f2cad227 100644 --- a/doc/qtcreator/src/mcu/qtquick-mcu-support.qdocinc +++ b/doc/qtcreator/src/mcu/qtquick-mcu-support.qdocinc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2020 The Qt Company Ltd. +** Copyright (C) 2021 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Creator documentation. @@ -28,22 +28,22 @@ \section1 Creating UIs for MCUs - \l{Qt for MCUs} enables you to use subsets of QML and Qt Quick Controls - 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. + \l{Qt for MCUs} enables you to use subsets of components to create UIs for + devices that are powered by microcontroller units (MCU). The subset of + supported components 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. 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. + the components available on MCUs are displayed in the \uicontrol Components + tab in \l Library. Only a subset of properties is supported for the + supported components. The properties that are not available on MCUs are + 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 - \l{Qt for MCUs - All QML Types}. + For more information about the supported components and their properties, + see \l{Qt for MCUs - All QML Types}. //! [mcu qtquick components] */