How to clear selection of a QListView item with respect to a selected QModelIndex? QListView has an API which clears all selected items where as I want to clear selection at a particular QModelIndex.
↧