Added url for SVG Color Keyword Names QTBUG-28500
Change-Id: I7aaf2cbd9b4bf4e6ff35fa39c5340e3dbc4225ff Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>bb10
parent
c27b33ada0
commit
de8b1ff884
|
|
@ -503,7 +503,7 @@ QString QColor::name() const
|
|||
\li #RRGGBB
|
||||
\li #RRRGGGBBB
|
||||
\li #RRRRGGGGBBBB
|
||||
\li A name from the list of colors defined in the list of \l{SVG color keyword names}
|
||||
\li A name from the list of colors defined in the list of \l{http://www.w3.org/TR/SVG/types.html#ColorKeywords}{SVG color keyword names}
|
||||
provided by the World Wide Web Consortium; for example, "steelblue" or "gainsboro".
|
||||
These color names work on all platforms. Note that these color names are \e not the
|
||||
same as defined by the Qt::GlobalColor enums, e.g. "green" and Qt::green does not
|
||||
|
|
|
|||
Loading…
Reference in New Issue