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?