Lines Matching refs:palette

15     property color textColor: palette.windowText
18 property color highlightColor: palette.highlight
19 property color highlightedTextColor: palette.highlightedText
20 property color backgroundColor: palette.window
21 property color alternateBackgroundColor: Qt.darker(palette.window, 1.05)
22 property color activeTextColor: palette.highlight
23 property color activeBackgroundColor: palette.highlight
28 property color hoverColor: palette.highlight
29 property color focusColor: palette.highlight
37 property color buttonTextColor: palette.buttonText
38 property color buttonBackgroundColor: palette.button
39 property color buttonAlternateBackgroundColor: Qt.darker(palette.button, 1.05)
40 property color buttonHoverColor: palette.highlight
41 property color buttonFocusColor: palette.highlight
43 property color viewTextColor: palette.text
44 property color viewBackgroundColor: palette.base
45 property color viewAlternateBackgroundColor: palette.alternateBase
46 property color viewHoverColor: palette.highlight
47 property color viewFocusColor: palette.highlight
49 property color selectionTextColor: palette.highlightedText
50 property color selectionBackgroundColor: palette.highlight
51 property color selectionAlternateBackgroundColor: Qt.darker(palette.highlight, 1.05)
52 property color selectionHoverColor: palette.highlight
53 property color selectionFocusColor: palette.highlight
55 property color tooltipTextColor: palette.base
56 property color tooltipBackgroundColor: palette.text
57 property color tooltipAlternateBackgroundColor: Qt.darker(palette.text, 1.05)
58 property color tooltipHoverColor: palette.highlight
59 property color tooltipFocusColor: palette.highlight
61 property color complementaryTextColor: palette.base
62 property color complementaryBackgroundColor: palette.text
63 property color complementaryAlternateBackgroundColor: Qt.darker(palette.text, 1.05)
64 property color complementaryHoverColor: palette.highlight
65 property color complementaryFocusColor: palette.highlight
67 property color headerTextColor: palette.text
68 property color headerBackgroundColor: palette.base
69 property color headerAlternateBackgroundColor: palette.alternateBase
70 property color headerHoverColor: palette.highlight
71 property color headerFocusColor: palette.highlight
80 id: palette