Kirigami2
Card.qml
50 * * ``source: url``: The source for the image. It understands any URL valid for an Image component.
51 * * ``titleIcon: string``: The optional icon to put in the banner, either a freedesktop-compatible
80 implicitHeight: (source.toString().length > 0 && sourceSize.width > 0 && sourceSize.height > 0 ? width / (sourceSize.width / sourceSize.height) : Layout.minimumHeight) + parent.topPadding + parent.bottomPadding
84 readonly property real radiusFromBackground: root.background.radius - root.background.border.width
alias banner
This grouped property controls the banner image present in the header.
Definition Card.qml:62
listTAction actions
This property holds the clickable actions that will be available in the footer of the card.
Definition Card.qml:40
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:47:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:47:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.