From 6e6f5bc8ecdc95600aa826ee12af5181fc09621c Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Tue, 17 Sep 2019 15:03:08 +0700 Subject: `HomeForm` initial UI --- HomeForm.ui.qml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 HomeForm.ui.qml (limited to 'HomeForm.ui.qml') diff --git a/HomeForm.ui.qml b/HomeForm.ui.qml new file mode 100644 index 0000000..2e717d9 --- /dev/null +++ b/HomeForm.ui.qml @@ -0,0 +1,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 + } +} -- cgit v1.2.3