Details
-
Suggestion
-
Resolution: Unresolved
-
P4: Low
-
4.7.0, 4.7.1
Description
After changing QItemSelectionModel::selected(...) for
After changing the QItemSelectionModel::select() functions may need to change the functions check whether an item is selected. Otherwise QItemSelectionModel::isSeletsted(...) limits the possible logic that could be implemented in QItemSelectionModel::select(...). When working with large trees (hundreds of thousands of items) should avoid the use selection of ranges and use selection of branches, otherwise have very poor performance. When working with selections based on the branches, the default behavior QItemSelectionModel::isSelected(...) not suitable.
Attachments
Issue Links
- relates to
-
QTBUG-63022 It should be possible to inherit from QItemSelectionModel and overwrite its functions
-
- Reported
-