Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.6
-
None
Description
please check the attached sample.
the model data is filled in TestItemModel::createList, when the second row is created it will reset all delegates.
I understand if using QStandardItemModel like list should use appendRow rather than setItem
but why does setItem cause all delegates to reset? is this the expected behaviour?
call stack