summaryrefslogtreecommitdiff
path: root/components/layout
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-17 15:03:08 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-17 15:03:08 +0700
commit6e6f5bc8ecdc95600aa826ee12af5181fc09621c (patch)
treed1ccd6e8ed5b00c3665c34157e4eca9d8af29906 /components/layout
parentbbf6b29dcb2f7bc99f2af0587e5fc3e927a1129c (diff)
`HomeForm` initial UI
Diffstat (limited to 'components/layout')
-rw-r--r--components/layout/Card.qml4
-rw-r--r--components/layout/CardForm.ui.qml9
2 files changed, 13 insertions, 0 deletions
diff --git a/components/layout/Card.qml b/components/layout/Card.qml
new file mode 100644
index 0000000..3fe3b1a
--- /dev/null
+++ b/components/layout/Card.qml
@@ -0,0 +1,4 @@
+import QtQuick 2.4
+
+CardForm {
+}
diff --git a/components/layout/CardForm.ui.qml b/components/layout/CardForm.ui.qml
new file mode 100644
index 0000000..85e9d00
--- /dev/null
+++ b/components/layout/CardForm.ui.qml
@@ -0,0 +1,9 @@
+import QtQuick 2.4
+
+Item {}
+
+/*##^##
+Designer {
+ D{i:0;autoSize:true;height:480;width:640}
+}
+##^##*/