Current situation:
# NOTE: ContiguousSelection is needed as PandasModel.removeRows() does
# not support arbitrary row selection
self.setSelectionMode(QAbstractItemView.ContiguousSelection)
See if it is possible to use QAbstractItemView.MultiSelection
Current situation:
See if it is possible to use
QAbstractItemView.MultiSelection