DefaultCardBackground
Properties | |
color | borderColor |
int | borderWidth |
bool | clickFeedback |
color | defaultColor |
color | hoverColor |
bool | hoverFeedback |
color | pressedColor |
Detailed Description
This is the default background for Cards.
It provides background feedback on hover and click events, border customizability, and the ability to change the radius of each individual corner.
Definition at line 15 of file DefaultCardBackground.qml.
Property Documentation
◆ borderColor
|
read |
This property holds the border color which is displayed at the edge of DefaultCardBackground.
Definition at line 55 of file DefaultCardBackground.qml.
◆ borderWidth
|
read |
This property holds the border width which is displayed at the edge of DefaultCardBackground.
default: 1
Definition at line 51 of file DefaultCardBackground.qml.
◆ clickFeedback
|
read |
This property sets whether there should be a background change on a click event.
default: false
Definition at line 23 of file DefaultCardBackground.qml.
◆ defaultColor
|
read |
This property holds the card's normal background color.
default: Kirigami.Theme.backgroundColor
Definition at line 35 of file DefaultCardBackground.qml.
◆ hoverColor
|
read |
This property holds the color displayed when a hover event is triggered.
Definition at line 45 of file DefaultCardBackground.qml.
◆ hoverFeedback
|
read |
This property sets whether there should be a background change on a click event.
default: false
Definition at line 29 of file DefaultCardBackground.qml.
◆ pressedColor
|
read |
This property holds the color displayed when a click event is triggered.
Definition at line 40 of file DefaultCardBackground.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:21 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.