You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# NOTE: ContiguousSelection is needed as PandasModel.removeRows() does# not support arbitrary row selectionself.setSelectionMode(QAbstractItemView.ContiguousSelection)
See if it is possible to use QAbstractItemView.MultiSelection
The text was updated successfully, but these errors were encountered:
Current situation:
See if it is possible to use
QAbstractItemView.MultiSelection
The text was updated successfully, but these errors were encountered: