Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquickbasicstyle.cpp
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
5
7
12
14{
15 return QColor::fromRgba(0xFFFFFFFF);
16}
17
19{
20 return QColor::fromRgba(0x7F28282A);
21}
22
24{
25 return QColor::fromRgba(0x1F28282A);
26}
27
29{
30 return QColor::fromRgba(0xFF353637);
31}
32
34{
35 return QColor::fromRgba(0xFF26282A);
36}
37
39{
40 return QColor::fromRgba(0xFFFFFFFF);
41}
42
44{
45 return QColor::fromRgba(0xFF45A7D7);
46}
47
49{
50 return QColor::fromRgba(0xFFFDDD5C);
51}
52
54{
55 return QColor::fromRgba(0xFFBDBEBF);
56}
57
62
64{
65 return QColor::fromRgba(0xFF777777);
66}
67
69{
70 return QColor::fromRgba(0xFF0066FF);
71}
72
74{
75 return QColor::fromRgba(0xFFF0F6FF);
76}
77
79{
80 return QColor::fromRgba(0xFFCCE0FF);
81}
82
84{
85 return QColor::fromRgba(0xFFE0E0E0);
86}
87
89{
90 return QColor::fromRgba(0xFFD0D0D0);
91}
92
94{
95 return QColor::fromRgba(0xFF353637);
96}
97
102
104{
105 return QColor::fromRgba(0xFF599BFF);
106}
107
109{
110 return QColor::fromRgba(0x33333333);
111}
112
114{
115 return QColor::fromRgba(0xFF353637);
116}
117
119{
120 return QColor::fromRgba(0xFF585A5C);
121}
122
127
129{
130 return QColor::fromRgba(0xFFEEEEEE);
131}
132
134{
135 return QColor::fromRgba(0xFFBDBEBF);
136}
137
139{
140 return QColor::fromRgba(0xFFE5EFFF);
141}
142
144{
145 return QColor::fromRgba(0xFFF6F6F6);
146}
147
149{
150 return QColor::fromRgba(0xFFFDFDFD);
151}
152
154{
155 return QColor::fromRgba(0xFF909090);
156}
157
162
167
169{
170 return QColor::fromRgba(0xFF353637);
171}
172
174{
175 return QColor::fromRgba(0xFFBDBEBF);
176}
177
179{
180 return QColor::fromRgba(0xFFBDBEBF);
181}
182
184{
185 return QColor::fromRgba(0xFF28282A);
186}
187
189{
190 return QColor::fromRgba(0xFFE4E4E4);
191}
192
194{
195 return QColor::fromRgba(0xFF28282A);
196}
197
199{
200 return QColor::fromRgba(0xFFCCCCCC);
201}
202
204{
205 return QColor::fromRgba(0xFF353637);
206}
207
209{
210 return QColor::fromRgba(0xFFBDBEBF);
211}
212
214
215#include "moc_qquickbasicstyle_p.cpp"
The QColor class provides colors based on RGB, HSV or CMYK values.
Definition qcolor.h:31
static QColor fromRgba(QRgb rgba) noexcept
Static convenience function that returns a QColor constructed from the given QRgb value rgba.
Definition qcolor.cpp:2385
\inmodule QtCore
Definition qobject.h:103
QColor tabButtonCheckedPressedColor
QQuickBasicStyle(QObject *parent=nullptr)
Combined button and popup list for selecting options.