aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2023-09-11 17:14:47 +0800
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-13 02:11:03 +0000
commit8cefaf4054a0b50fe1cf67f138ee77f46bdaf41e (patch)
tree426e922dfe0ec41a1938e09710f696feff20d046 /src
parent2ee61d7dac1df2e7f7e0e6b789bf2176c44f079f (diff)
Add missing documentation for ColorGroup's accent property
This was missed in b82af7b42db3c206ce7dd44e39304bf1166024f2. Change-Id: I8920d39952ab5e2f1311a011f8583e9a71eb818c Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit ea72007caa04ea882a7b1ee70274973f4ca3a432) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/quick/items/qquickcolorgroup.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/quick/items/qquickcolorgroup.cpp b/src/quick/items/qquickcolorgroup.cpp
index 51679efc37..bc1b4dee5a 100644
--- a/src/quick/items/qquickcolorgroup.cpp
+++ b/src/quick/items/qquickcolorgroup.cpp
@@ -50,6 +50,16 @@ QT_BEGIN_NAMESPACE
*/
/*!
+ \qmlproperty color QtQuick::ColorGroup::accent
+ \since 6.6
+
+ A color that typically contrasts or compliments \l base, \l window, and \l
+ button colors. It usually represents the users' choice of desktop
+ personalisation. Styling of interactive components is a typical use case.
+ Unless explicitly set, it defaults to \l highlight.
+*/
+
+/*!
\qmlproperty color QtQuick::ColorGroup::alternateBase
Used as the alternate background color in item views with alternating row colors.