summaryrefslogtreecommitdiff
path: root/HomeForm.ui.qml
blob: 2df9430160a0a84a61f51e7d8fa7e03b4e38cf0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick 2.15
import QtQuick.Controls 2.15

Page {

    title: qsTr("Home")

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