From 6fe925388058a83dcfad964bd73dc0b29250d330 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Sat, 5 Dec 2020 23:27:11 +0700 Subject: tidying up directories --- pages/HomeForm.ui.qml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/HomeForm.ui.qml (limited to 'pages/HomeForm.ui.qml') diff --git a/pages/HomeForm.ui.qml b/pages/HomeForm.ui.qml new file mode 100644 index 0000000..2df9430 --- /dev/null +++ b/pages/HomeForm.ui.qml @@ -0,0 +1,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 + } +} -- cgit v1.2.3