Kirigami2
DefaultCardBackground.qml
13 * It provides background feedback on hover and click events, border customizability, and the ability to change the radius of each individual corner.
40 property color defaultColor: Kirigami.Theme.backgroundColor
55 defaultColor,
66 * @brief This property holds the border color which is displayed at the edge of DefaultCardBackground.
68 property color borderColor: Kirigami.ColorUtils.linearInterpolation(Kirigami.Theme.backgroundColor, Kirigami.Theme.textColor, Kirigami.Theme.frameContrast)
73 if (root.parent.checked || (root.clickFeedback && (root.parent.down || root.parent.highlighted)))
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:05:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:05:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.