How to draw a rectangle to select multiple cells of QTableView?
Solved
General and Desktop
-
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