org::kde::kirigami::templates::AbstractCard

Search for usage in LXR

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

Properties

Item footer
 
Item header
 
int headerOrientation
 
bool showClickFeedback
 

Detailed Description

A 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
Card
Since
2.4

Definition at line 24 of file templates/AbstractCard.qml.

Property Documentation

◆ footer

Item org::kde::kirigami::templates::AbstractCard::footer
read

This property holds an item that serves as a footer.

This item will be positioned at the bottom if headerOrientation is Qt.Vertical or on the right if it is Qt.Horizontal.

Definition at line 51 of file templates/AbstractCard.qml.

◆ header

Item org::kde::kirigami::templates::AbstractCard::header
read

This property holds an item that serves as a header.

This item will be positioned on top if headerOrientation is Qt.Vertical or on the left if it is Qt.Horizontal.

Definition at line 33 of file templates/AbstractCard.qml.

◆ headerOrientation

Qt::Orientation org::kde::kirigami::templates::AbstractCard::headerOrientation
read

This property sets the card's orientation.

  • Qt.Vertical: the header will be positioned on top
  • Qt.Horizontal: the header will be positioned on the left (or right if an RTL layout is used)

default: Qt.Vertical

Definition at line 44 of file templates/AbstractCard.qml.

◆ showClickFeedback

bool org::kde::kirigami::templates::AbstractCard::showClickFeedback
read

This property sets whether clicking or tapping on the card area shows a visual click feedback.

Use this if you want to do an action in the onClicked signal handler of the card.

default: false

Definition at line 59 of file templates/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 Wed Jun 7 2023 04:06:44 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.