summaryrefslogtreecommitdiff
path: root/Home.qml
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-19 22:15:47 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-19 22:15:47 +0800
commitb7baeea2ab0f999a755226b79242f78a472d5a80 (patch)
tree64a3f77287ca1f4af365ab1d911079bd417ca574 /Home.qml
parent7362b70f98e88f6a4118f79744c6f358abd730de (diff)
Replaced UIs whose replacements are ready in Larva
and reorganise logical QML files
Diffstat (limited to 'Home.qml')
-rw-r--r--Home.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Home.qml b/Home.qml
new file mode 100644
index 0000000..99448d2
--- /dev/null
+++ b/Home.qml
@@ -0,0 +1,6 @@
+import QtQuick 2.12
+import "pages"
+
+HomeForm {
+ menuButton.onClicked: drawer.visible = !drawer.visible
+}