forked from qt-creator/qt-creator
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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user