how to implement multi selection by mouse dragging on QListWidget?
General and Desktop
2
Posts
2
Posters
508
Views
2
Watching
-
how to implement multi selection by mouse dragging on QListWidget? like below image
let me know where is the sample source?
@choiinkuk You can use setSelectionMode and set it to QAbstractItemView::MultiSelection.