What prevents Qt from sorting during inserts (please read the full message before answering)?
Does the following sound plausible?
If Qt is not done sorting when I disable sorting and start adding row items, could the item pointers become confused and account for the problems outlined above?
- A user presses a QTableWidget column header to initiate a sort of 215 rows of 6 cells each (1290 items).
- I receive a notification to add a row and disable sorting BEFORE Qt has finished the previous sort.
Bookmarks