QmlDesigner: Add ids to MCU template

Change-Id: Ieda94f14d21ab71c7889a38612db0d9539ea8717
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2024-06-17 12:36:25 +02:00
parent 827ace5c9e
commit 87d1fa5292

View File

@@ -9,11 +9,13 @@ import QtQuick
import Constants import Constants
Rectangle { Rectangle {
id: root
width: Constants.width width: Constants.width
height: Constants.height height: Constants.height
color: Constants.backgroundColor color: Constants.backgroundColor
Text { Text {
id: text
text: qsTr("Hello %{ProjectName}") text: qsTr("Hello %{ProjectName}")
anchors.centerIn: parent anchors.centerIn: parent
} }