summaryrefslogtreecommitdiff
path: root/HomeForm.ui.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anata@darapsa.co.id>2020-12-05 23:27:11 +0700
committerAnatasof Wirapraja <anata@darapsa.co.id>2020-12-05 23:27:11 +0700
commit6fe925388058a83dcfad964bd73dc0b29250d330 (patch)
treead63beeb94f485c2ab0e7acb7d9c04f6ae647e79 /HomeForm.ui.qml
parent9fef42ac006e3ed1f2fb3180e4ae39c60d0ba7dc (diff)
tidying up directories
Diffstat (limited to 'HomeForm.ui.qml')
-rw-r--r--HomeForm.ui.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/HomeForm.ui.qml b/HomeForm.ui.qml
deleted file mode 100644
index 2df9430..0000000
--- a/HomeForm.ui.qml
+++ /dev/null
@@ -1,12 +0,0 @@
-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
- }
-}