diff options
Diffstat (limited to 'components/layout')
-rw-r--r-- | components/layout/Card.qml | 4 | ||||
-rw-r--r-- | components/layout/CardForm.ui.qml | 9 |
2 files changed, 0 insertions, 13 deletions
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} -} -##^##*/ |