I want to be able to select multiple items in a QListWidget by dragging the mouse down or up.
The docs say QAbstractItemView::ExtendedSelection "Multiple items can be selected by dragging the mouse over them."
No luck with that. Any suggestions?
Printable View
I want to be able to select multiple items in a QListWidget by dragging the mouse down or up.
The docs say QAbstractItemView::ExtendedSelection "Multiple items can be selected by dragging the mouse over them."
No luck with that. Any suggestions?
I know it does work on a QTableView, but only when drag&drop is disabled
Yes, you can select multiple items withBut then you lose drag capability. Thanks for the reply.Code: