diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-20 18:14:05 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-20 18:14:05 +0700 |
commit | 455ac03a7fdff8863ec7bc8c4e0c2fd56c896b44 (patch) | |
tree | 6e76cdee995cf29767694ae120762dae058546f6 /components | |
parent | 42046ca5e7879f8486a6bd4593ac7ea1d56e4d51 (diff) |
remove `components`
Diffstat (limited to 'components')
-rw-r--r-- | components/images/onboarding-1.png | bin | 114484 -> 0 bytes | |||
-rw-r--r-- | components/layout/Card.qml | 4 | ||||
-rw-r--r-- | components/layout/CardForm.ui.qml | 9 |
3 files changed, 0 insertions, 13 deletions
diff --git a/components/images/onboarding-1.png b/components/images/onboarding-1.png Binary files differdeleted file mode 100644 index dce5270..0000000 --- a/components/images/onboarding-1.png +++ /dev/null diff --git a/components/layout/Card.qml b/components/layout/Card.qml deleted file mode 100644 index 3fe3b1a..0000000 --- a/components/layout/Card.qml +++ /dev/null @@ -1,4 +0,0 @@ -import QtQuick 2.4 - -CardForm { -} diff --git a/components/layout/CardForm.ui.qml b/components/layout/CardForm.ui.qml deleted file mode 100644 index 85e9d00..0000000 --- a/components/layout/CardForm.ui.qml +++ /dev/null @@ -1,9 +0,0 @@ -import QtQuick 2.4 - -Item {} - -/*##^## -Designer { - D{i:0;autoSize:true;height:480;width:640} -} -##^##*/ |