Details
-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
4.8.1, 4.8.3, 4.8.4, 5.1.1, 5.5.0
-
None
-
Window 7 x64 (msvc2010) (QT static build x64)
Description
i reimplemented QTableWidget.
Now for example, i selected row number 5.
Then i'm changing current item like this(on 8):
SelectionModel->setCurrentIndex(Model->index(8,0),QItemSelectionModel::NoUpdate);
Then if i'm trying to add selection with shift key (from 8 to 10).
Now i have a problem - I need to select 8, 9 and 10 items, but selection made from 5 to 10.
Please help
best regards Arsen
Attachments
Issue Links
- is duplicated by
-
QTBUG-29657 Problem with selection in QTableWidget!
-
- Open
-