1 2 3 4 5 6 7 8 9 10 11
import QtQuick 2.15 import QtQuick.Controls 2.15 ScrollView { property string cardImageSource GridCardItem { anchors.fill: parent imageSource: cardImageSource } }