-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.8, 6.8.4
-
None
-
Visual Studio 2022
Adding or deleting rows in the TableView may cause rows to reorder or some row content to be cleared.
Bugs don't necessarily occur, but they do occur frequently.
After adding or removing rows from the QAbstractTableModel, resetting it as the TableView's model does not cause bugs.
However, resetting the model takes time to complete the display due to the large number of rows in the QAbstractTableModel.
Attached is a sample for reproducing the bug and a video showing the bug being reproduced.
Please fix it to allow adding or removing rows to the TableView on a row-by-row basis.
- mentioned in
-
Page Loading...