Doc: fix the datatype returned by Qt::TextAlignmentRole
It's supposed to be a full alignment (like Top | Right), not just one flag. Change-Id: I656adda83742d7e4f31955322e937e979b32747c Reviewed-by: David Faure <david.faure@kdab.com>bb10
parent
3ffc471385
commit
d9cb064425
|
|
@ -2651,7 +2651,7 @@
|
|||
\value FontRole The font used for items rendered with the default
|
||||
delegate. (QFont)
|
||||
\value TextAlignmentRole The alignment of the text for items rendered with the
|
||||
default delegate. (Qt::AlignmentFlag)
|
||||
default delegate. (Qt::Alignment)
|
||||
\value BackgroundRole The background brush used for items rendered with
|
||||
the default delegate. (QBrush)
|
||||
\value BackgroundColorRole This role is obsolete. Use BackgroundRole instead.
|
||||
|
|
|
|||
Loading…
Reference in New Issue