Document change to QAbstractItemView::viewOptions in porting guide
We couldn't deprecate and add the replacement in 5.15, so list it
explicitly here.
Amends c501e09efa.
Pick-to: 6.0 6.1
Change-Id: I174a7b6214cd8b9579b029ebf57e4d5b2e28e574
Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de>
bb10
parent
451fb66212
commit
a395372ccf
|
|
@ -80,6 +80,14 @@
|
|||
|
||||
The QComboBox::setModel() function is now virtual.
|
||||
|
||||
\section1 ItemViews
|
||||
|
||||
\section2 The QAbstractItemView class
|
||||
|
||||
The virtual viewOptions() method that previously returned a QStyleOptionViewItem
|
||||
object has been renamed to initViewItemOption, and initializes a
|
||||
QStyleOptionViewItem object that's passed in through a pointer.
|
||||
|
||||
\section1 Styling Classes and related APIs
|
||||
|
||||
All versioned QStyleOption subclasses are consolidated, and the version
|
||||
|
|
|
|||
Loading…
Reference in New Issue