How to draw a rectangle to select multiple cells of QTableView?
- 
Sth like in EXCEL, user drags to draw a rectangle to select multiple cells
I am thinking maybe I can set a transparent blank qwidget on top of the qtableview to use QRubberband, but is there a built-in functionality in QTableView? Looks like once I click on QTableview only single cells get selected.... Thank you very much - 
Sth like in EXCEL, user drags to draw a rectangle to select multiple cells
I am thinking maybe I can set a transparent blank qwidget on top of the qtableview to use QRubberband, but is there a built-in functionality in QTableView? Looks like once I click on QTableview only single cells get selected.... Thank you very much - 
@StudyQt1
What is your QAbstractItemView::SelectionMode ? DoesQAbstractItemView::MultiSelectionMultiple items can be toggled by dragging the mouse over them.
not do what you are looking for?