diff options
-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} -} -##^##*/ |