From af9b8eb4dc009352764bb395f2ed40506da45d9d Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Fri, 30 Sep 2022 09:55:13 +0800 Subject: Classic detail using grid card --- ClassicDetailView.ui.qml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ClassicDetailView.ui.qml diff --git a/ClassicDetailView.ui.qml b/ClassicDetailView.ui.qml new file mode 100644 index 0000000..17ffe2e --- /dev/null +++ b/ClassicDetailView.ui.qml @@ -0,0 +1,11 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 + +ScrollView { + property string cardImageSource + + GridCardItem { + anchors.fill: parent + imageSource: cardImageSource + } +} -- cgit v1.3