aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/studio_templates/projects/application-mcu/main.qml.tpl
blob: cd6a735a09934341051d6d65c4cc11c4ef9de57d (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick
import Constants

Item {
    width: Constants.width
    height: Constants.height

    Screen01 {
    }
}