I have set up a QAbstractItemModel for a QTableView.
Also implemented a selectionChanged signal for selecting multiple rows in QTableView.
However, when I select more than one items in the QTableView, I found only the last item has been identified by the QModelIndexList (selected.indexes()).
Anyone has any advice.
I am grateful for your comment and suggestions.
Bookmarks