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

Page {
    title: qsTr("Today")

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