summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprojectmanager/cmakegen/qmlprojectappmainqml.tpl
blob: 35f8218dc65ae6a026328d2a32c52261f52c6e9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import QtQuick
import QtQuick.Window

Window {
    visible: true
    title: "%1"
    width: mainScreen.width
    height: mainScreen.height

    %1 {
        id: mainScreen
    }

}