Cards
A card serves as an overview and entry point for more detailed information and can offer direct access to the most important actions of an item.
AbstractCard
Kirigami.AbstractCard {
Layout.fillHeight: true
header: Kirigami.Heading {
text: qsTr("AbstractCard")
level: 2
}
contentItem: Controls.Label {
wrapMode: Text.WordWrap
text: "..."
}
}
Card

CardsLayout

CardsListView

Last updated