qt5base-lts/tests/auto/gui/painting
Marc Mutz 77de5a329c Long live QColorConstants!
QColorConstant is a C++11 version of Qt::GlobalColor, except that instead
of Qt::red being an enum, QColorConstants::red is an actual QColor instance,
a bit like in the Qt 3 days.

In addition, the SVG names that QColor understands are also available,
with the same values. Technically, when building a QColor from a color
name, QColor ignores casing and whitespaces; we stick to the SVG/CSS
official color names (which are lowercase), and prefix them with Svg
to clarify where they come from. For instance, note how SVG's gray
is not Qt::gray.

[ChangeLog][QtGui][[QColor] Added QColorConstants, a namespace
containing constexpr QColor instances.

Change-Id: Ic9fab26a9a537fcc43cc230da28f4c6314a32438
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2019-08-25 16:31:32 +02:00
..
qbrush Remove QLatin1Literal usages 2019-06-10 16:50:31 +00:00
qcolor Long live QColorConstants! 2019-08-25 16:31:32 +02:00
qcolorspace Add an easier way to change colorspaces 2019-08-02 21:07:54 +02:00
qpagelayout
qpagesize
qpaintengine
qpainter Introduce QImage::Format_BGR888 2019-08-23 11:54:09 +02:00
qpainterpath BLACKLIST contains_QPointF for msvc-2019 2019-08-08 15:20:23 +03:00
qpainterpathstroker
qpathclipper Remove usages of deprecated APIs of qtbase/gui 2019-07-13 10:43:15 +02:00
qpdfwriter Tests: Fix some warnings about deprecated functions not under test 2019-05-27 15:29:16 +02:00
qpen Replace qMove with std::move 2019-04-06 11:00:38 +00:00
qpolygon
qregion Add faster path for scaling QRegion with multiple regions 2019-02-13 05:12:05 +00:00
qtransform Fix QTransform::transposed() result having wrong transformation type 2018-06-06 08:59:20 +00:00
qwmatrix
painting.pro Long live QColorSpace and friends 2019-02-08 10:12:05 +00:00