aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/projects/qtquickapplication/stack/HomeForm.ui.qml.tpl
blob: dc133ab09eea9072e82aab7e2c6a047a705907d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import QtQuick %{QtQuickVersion}
import QtQuick.Controls %{QtQuickControlsVersion}

Page {
    width: 600
    height: 400

    title: qsTr("Home")

    Label {
        text: qsTr("You are on the home page.")
        anchors.centerIn: parent
    }
}