AbstractCard
AbstractCard Class Reference
Inheritance diagram for AbstractCard:
Additional Inherited Members | |
Properties inherited from org::kde::kirigami::templates::AbstractCard | |
alias | footer |
alias | header |
int | headerOrientation |
bool | showClickFeedback |
Detailed Description
AbstractCard is the base for cards.
A Card is a visual object that serves as an entry point for more detailed information. An abstractCard is empty, providing just the look and the base properties and signals for an ItemDelegate. It can be filled with any custom layout of items, its content is organized in 3 properties: header, contentItem and footer. Use this only when you need particular custom contents, for a standard layout for cards, use the Card component.
- See also
- org::kde::kirigami::Card
- Since
- 2.4
Definition at line 20 of file AbstractCard.qml.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sun Nov 17 2024 19:26:02 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sun Nov 17 2024 19:26:02 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.