diff options
Diffstat (limited to 'ClassicDetailView.ui.qml')
| -rw-r--r-- | ClassicDetailView.ui.qml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ClassicDetailView.ui.qml b/ClassicDetailView.ui.qml deleted file mode 100644 index 17ffe2e..0000000 --- a/ClassicDetailView.ui.qml +++ /dev/null @@ -1,11 +0,0 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 - -ScrollView { - property string cardImageSource - - GridCardItem { - anchors.fill: parent - imageSource: cardImageSource - } -} |