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

Rectangle {
    width: 480
    height: 272

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