aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/qmltypereference.qdoc
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2018-08-27 09:04:03 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2018-08-27 09:04:03 +0200
commit2bd27cee8a784ae700b87da4a2197b8a538db039 (patch)
tree8713de2647f64039180a40698a0a6682b59a6082 /src/quick/doc/src/qmltypereference.qdoc
parent83ded6108a947453744114543146a7f691f6f1aa (diff)
parent7c4335d0307abde6dd17738481d006d70771714c (diff)
Merge remote-tracking branch 'origin/5.11' into 5.12
Diffstat (limited to 'src/quick/doc/src/qmltypereference.qdoc')
-rw-r--r--src/quick/doc/src/qmltypereference.qdoc10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/quick/doc/src/qmltypereference.qdoc b/src/quick/doc/src/qmltypereference.qdoc
index 46d3bdf648..1a743b23e6 100644
--- a/src/quick/doc/src/qmltypereference.qdoc
+++ b/src/quick/doc/src/qmltypereference.qdoc
@@ -95,8 +95,7 @@ available when you import \c QtQuick.
The \c color type refers to an ARGB color value. It can be specified in a number of ways:
\list
- \li By a \l{http://www.w3.org/TR/SVG/types.html#ColorKeywords}{SVG color name}, such as
- "red", "green" or "lightsteelblue".
+ \li By a \l{SVG Color Reference}{SVG color name}, such as "red", "green" or "lightsteelblue".
\li By a hexadecimal triplet or quad in the form \c "#RRGGBB" and \c "#AARRGGBB"
respectively. For example, the color red corresponds to a triplet of \c "#FF0000"
and a slightly transparent blue to a quad of \c "#800000FF".
@@ -137,6 +136,13 @@ available when you import \c QtQuick.
This basic type is provided by the QtQuick import.
+ \section1 SVG Color Reference
+
+ The following table lists the available
+ \l {http://www.w3.org/TR/SVG/types.html#ColorKeywords}{SVG colors}:
+
+ \include svg-colors.qdocinc
+
\sa {QML Basic Types}
*/