summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc
diff options
context:
space:
mode:
authorAxel Spoerl <axel.spoerl@qt.io>2023-05-18 11:15:43 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-05-22 14:45:26 +0000
commit980a499ad0a4d30806d8c40e89b8d06419915a77 (patch)
tree20697c529bf5ccddce7c7bbf2034698bfbc254fb /src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc
parent227b639499d7e9ebabd6e07e80f2c5c63a6a2154 (diff)
Implement color role AccentColor in QStyleSheetStyle and QCssParser
The color role AccentColor has been added to QPalette. This patch implements the new color role in QCssParser and subsequently in QStyleSheetStyle. The QBrush variable names used to populate brushes, have been changed into speaking names for better code readability. tst_QCssParser has been adapted accordingly. The test function accentColor() has been added in tst_QStyleSheetStyle. Documentation has been updated. Change-Id: Ib09ddc1b61868f2bb8f70f654e83ea1c35276d30 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc')
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc b/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc
index 0115285454..5315fe85d4 100644
--- a/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc
+++ b/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc
@@ -1358,6 +1358,13 @@
\li Description
\row
+ \li \b{\c accent-color}
+ \li \l{#Brush}{Brush} \br
+ \li The property sets the \c AccentColor, which is used to emphasize
+ interactive UI elements.
+ If this property is not set, it defaults to the \c highlight color.
+
+ \row
\li \b{\c alternate-background-color} \target alternate-background-color-prop
\li \l{#Brush}{Brush} \br
\li The \l{QAbstractItemView::alternatingRowColors}
@@ -3064,6 +3071,7 @@
\row
\li \b{PaletteRole} \target PaletteRole
\li \c alternate-base \br
+ | \c accentColor \br
| \c base \br
| \c bright-text \br
| \c button \br