diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-03 11:17:02 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-03 11:17:02 +0700 |
commit | 38c3528e65231caea5ffce765cfbf30e3c2786ee (patch) | |
tree | e1571b4fc39991398ba50e0c446da940cc7eb182 /pages/Home.qml | |
parent | 6fdd464b34a48c8745d22817b4aa6f2abd9e3961 (diff) |
add Home UI
Diffstat (limited to 'pages/Home.qml')
-rw-r--r-- | pages/Home.qml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pages/Home.qml b/pages/Home.qml new file mode 100644 index 0000000..1cce621 --- /dev/null +++ b/pages/Home.qml @@ -0,0 +1,7 @@ +import QtQuick 2.12 +import id.co.darapsa.kelakon.user 0.1 + +HomeForm { + width: stackView.width + height: stackView.height +} |