McuSupport: update default MCU project template

Task-number: UL-5879
Change-Id: I4b760f1e377a0ccf1f938ff99aa5680e4e49e2cd
Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Daniele Bortolotti
2022-07-22 08:11:46 +02:00
parent 01376a62b0
commit dcb9cd9062

View File

@@ -1,13 +1,10 @@
import QtQuick 2.0
Rectangle {
width: 480
height: 272
Text {
anchors.centerIn: parent
color: "salmon"
text: "Hello World!"
font.pixelSize: 14
font.pixelSize: 30
}
}