Kirigami2
Material/Theme.qml
21 hoverColor: Material.buttonColor(Material.theme, Material.background, Material.accent, true, false, true, false)
22 focusColor: Material.buttonColor(Material.theme, Material.background, Material.accent, true, false, true, false)
38 buttonBackgroundColor: Material.buttonColor(Material.theme, Material.background, Material.accent, true, false, false, false)
40 buttonHoverColor: Material.buttonColor(Material.theme, Material.background, Material.accent, true, false, true, false)
41 buttonFocusColor: Material.buttonColor(Material.theme, Material.background, Material.accent, true, false, true, false)
52 selectionHoverColor: Material.buttonColor(Material.theme, Material.background, Material.accent, true, false, true, false)
53 selectionFocusColor: Material.buttonColor(Material.theme, Material.background, Material.accent, true, false, true, false)
58 tooltipHoverColor: fontMetrics.Material.buttonColor(Material.theme, Material.background, Material.accent, true, false, true, false)
59 tooltipFocusColor: fontMetrics.Material.buttonColor(Material.theme, Material.background, Material.accent, true, false, true, false)
64 complementaryHoverColor: Material.buttonColor(Material.theme, Material.background, Material.accent, true, false, true, false)
65 complementaryFocusColor: Material.buttonColor(Material.theme, Material.background, Material.accent, true, false, true, false)
70 headerHoverColor: Material.buttonColor(Material.theme, Material.background, Material.accent, true, false, true, false)
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.