org::kde::kirigami::AbstractCard

Search for usage in LXR

org::kde::kirigami::AbstractCard Class Reference
Inheritance diagram for org::kde::kirigami::AbstractCard:

Additional Inherited Members

- Properties inherited from org::kde::kirigami::templates::AbstractCard
Item footer
 
Item 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 a QtQuick.Controls.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
kirigami::Card
KDE Human Interface Guidelines on Cards
Since
org.kde.kirigami 2.4

Definition at line 23 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-2023 The KDE developers.
Generated on Fri Sep 22 2023 04:08:19 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.