summaryrefslogtreecommitdiff
path: root/Login.qml
diff options
context:
space:
mode:
authorErik Prabowo Kamal <erik@darapsa.co.id>2019-08-19 15:52:13 +0800
committerErik Prabowo Kamal <erik@darapsa.co.id>2019-08-19 15:52:13 +0800
commit691de7824d1924ffad2058d92c1f5d7556b60b59 (patch)
tree2c6a9d9df8f0e296967952030a779b3498a2b3b7 /Login.qml
Awal halaman masuk
Diffstat (limited to 'Login.qml')
-rw-r--r--Login.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Login.qml b/Login.qml
new file mode 100644
index 0000000..495df70
--- /dev/null
+++ b/Login.qml
@@ -0,0 +1,6 @@
+import QtQuick 2.12
+
+LoginForm {
+ width: appWindow.width
+ height: appWindow.height
+}