From 6e6f5bc8ecdc95600aa826ee12af5181fc09621c Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Tue, 17 Sep 2019 15:03:08 +0700 Subject: `HomeForm` initial UI --- components/layout/Card.qml | 4 ++++ components/layout/CardForm.ui.qml | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 components/layout/Card.qml create mode 100644 components/layout/CardForm.ui.qml (limited to 'components/layout') 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} +} +##^##*/ -- cgit v1.2.3