PDA

View Full Version : Dragging mouse selection in QTableWidget



yartov
12th April 2008, 01:12
Hello,
Does anybody knows how to get rid of mouse dragging selection feature in QTableWidget. and still have QAbstractItemView::MultiSelection mode for clicking?

wysota
12th April 2008, 16:03
You can reimplement mouseMoveEvent and leave it empty (or use an event filter), but this won't be real MultiSelection anymore.