Home
last modified time | relevance | path

Searched refs:QColor (Results 1 – 25 of 7440) sorted by relevance

12345678910>>...298

/dports/net-im/chatterino2/chatterino2-2.3.4/src/common/
H A DIrcColors.hpp10 {0, QColor("white")}, {1, QColor("black")},
11 {2, QColor("blue")}, {3, QColor("green")},
12 {4, QColor("red")}, {5, QColor("brown")},
13 {6, QColor("purple")}, {7, QColor("orange")},
14 {8, QColor("yellow")}, {9, QColor("lightgreen")},
15 {10, QColor("cyan")}, {11, QColor("lightcyan")},
16 {12, QColor("lightblue")}, {13, QColor("pink")},
18 {16, QColor("#470000")}, {17, QColor("#472100")},
19 {18, QColor("#474700")}, {19, QColor("#324700")},
20 {20, QColor("#004700")}, {21, QColor("#00472c")},
[all …]
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DMarbleColors.cpp13 QColor const woodBrown6 = QColor::fromRgb( 56, 37, 9 );
14 QColor const woodBrown5 = QColor::fromRgb( 87, 64, 30 );
15 QColor const woodBrown4 = QColor::fromRgb( 117, 81, 26 );
16 QColor const woodBrown3 = QColor::fromRgb( 143, 107, 50 );
17 QColor const woodBrown2 = QColor::fromRgb( 179, 146, 93 );
18 QColor const woodBrown1 = QColor::fromRgb( 222, 188, 133 );
19 QColor const brickRed6 = QColor::fromRgb( 156, 15, 15 );
20 QColor const brickRed5 = QColor::fromRgb( 191, 3, 3 );
21 QColor const brickRed4 = QColor::fromRgb( 226, 8, 0 );
22 QColor const brickRed3 = QColor::fromRgb( 232, 87, 82 );
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/core/settings/
H A Ddefault_themes.cpp121 add("currentLine", QColor("#e4e4e4"), QColor("#393939")); in fillDark()
122 add("searchResult", QColor("#e4e4e4"), QColor("#194c7f")); in fillDark()
125 add("evaluatedCode", QColor("#e4e4e4"), QColor("#636397")); in fillDark()
173 add("text", QColor("#f7fdff"), QColor("#282a36")); in fillDracula()
174 add("currentLine", QColor("#909194"), QColor("#282a36")); in fillDracula()
175 add("searchResult", QColor("#e4e4e4"), QColor("#194c7f")); in fillDracula()
227 add("text", QColor("#657b83"), QColor("#fdf6e3")); in fillSolarizedLight()
244 add("lineNumbers", QColor("#839496"), QColor("#eee8d5")); in fillSolarizedLight()
245 add("selection", QColor("#fdf6e3"), QColor("#657b83")); in fillSolarizedLight()
254 add("text", QColor("#839496"), QColor("#002b36")); in fillSolarizedDark()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolor.h52 class QColor; variable
64 class Q_GUI_EXPORT QColor
80 QColor(QRgb rgb) noexcept;
86 inline QColor(const char *aname) : QColor(QLatin1String(aname)) {} in QColor() function
92 Q_DECL_CONSTEXPR QColor(const QColor &color) noexcept in QColor() function
95 Q_DECL_CONSTEXPR QColor(QColor &&other) noexcept : cspec(other.cspec), ct(other.ct) {} in QColor() function
96 QColor &operator=(QColor &&other) noexcept
98 QColor &operator=(const QColor &) noexcept;
321 inline QColor::QColor(QLatin1String aname) in QColor() function
324 inline QColor::QColor(QStringView aname) in QColor() function
[all …]
/dports/misc/bibletime/bibletime-2.11.2/src/mobile/ui/
H A Dbtstyle.cpp40 static QColor textColor = QColor();
41 static QColor linkColor = QColor();
42 static QColor textBackgroundColor = QColor();
45 static QColor buttonColor = QColor();
46 static QColor buttonBackground = QColor();
47 static QColor buttonTextColor = QColor();
48 static QColor buttonHighlightedText = QColor();
49 static QColor buttonBorder = QColor();
56 static QColor windowTab = QColor();
57 static QColor windowTabSelected = QColor();
[all …]
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/libkirigami/
H A Dbasictheme_p.h90 QColor textColor = QColor{"#31363b"};
93 QColor highlightColor = QColor{"#2196F3"};
95 QColor backgroundColor = QColor{"#eff0f1"};
98 QColor focusColor = QColor{"#2196F3"};
99 QColor hoverColor = QColor{"#2196F3"};
101 QColor activeTextColor = QColor{"#0176D3"};
103 QColor linkColor = QColor{"#2196F3"};
120 QColor viewTextColor = QColor{"#31363b"};
123 QColor viewHoverColor = QColor{"#2196F3"};
124 QColor viewFocusColor = QColor{"#2196F3"};
[all …]
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dgconfig.cpp71 QColor(0xff, 0xff, 0xff),
72 QColor(0xff, 0xff, 0xff),
73 QColor(0xff, 0xff, 0xff),
74 QColor(0xff, 0xff, 0xff),
75 QColor(0xff, 0xff, 0xff),
76 QColor(0xff, 0xff, 0xff),
77 QColor(0xff, 0xff, 0xff),
78 QColor(0xff, 0xff, 0xff),
79 QColor(0xff, 0xff, 0xff),
85 QColor(0xff, 0xff, 0xff)
[all …]

12345678910>>...298