aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-09-28 16:30:40 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-09-29 09:13:23 +0000
commitee601e548ec90cd9b069b1cf8987bb2ba9f92ee4 (patch)
tree24a707432cb735eea202cd9278d0741de87bbc20
parentbe1a3c8b73d9f026e6ba94367a736926ce9fbacb (diff)
Doc: Describe gradient stops
Change-Id: Ib56f5bdf9bc025f666f05e7ee7df6b30e635efd8 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--doc/qtcreator/images/qtquick-designer-color-picker.pngbin16627 -> 23560 bytes
-rw-r--r--doc/qtcreator/src/qtquick/qtquick-properties.qdoc3
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/qtcreator/images/qtquick-designer-color-picker.png b/doc/qtcreator/images/qtquick-designer-color-picker.png
index 541a8a9cac..d5fe52a64f 100644
--- a/doc/qtcreator/images/qtquick-designer-color-picker.png
+++ b/doc/qtcreator/images/qtquick-designer-color-picker.png
Binary files differ
diff --git a/doc/qtcreator/src/qtquick/qtquick-properties.qdoc b/doc/qtcreator/src/qtquick/qtquick-properties.qdoc
index be23396b5b..d9a274392d 100644
--- a/doc/qtcreator/src/qtquick/qtquick-properties.qdoc
+++ b/doc/qtcreator/src/qtquick/qtquick-properties.qdoc
@@ -149,6 +149,9 @@
You can use either a solid color (3) or a gradient (4). You can select the
gradient in the \uicontrol {Gradient Picker} (5).
+ The gradient stops (6) specify the color used at a given position in a
+ gradient. Drag them along the slider to set their values.
+
The \uicontrol Original field displays the original color of the item,
whereas the \uicontrol New field displays the current color. The
\uicontrol Recent field displays the colors that you have last selected.