summaryrefslogtreecommitdiff
path: root/src/plugins/mcusupport/wizards/application/main.qml.tpl
blob: 8c05a48f6606736df3e9176b9960e9838e1aadbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import QtQuick 2.0

Rectangle {
    width: 480
    height: 272

    Text {
        anchors.centerIn: parent
        color: "salmon"
        text: "Hello World!"
        font.pixelSize: 14
    }
}