Adding the follow to the model subclass allows the drag to start, but I cannot drop them:

Qt Code:
  1. def flags(self, index):
  2. return QtCore.Qt.ItemIsEditable | QtCore.Qt.ItemIsDragEnabled | QtCore.Qt.ItemIsSelectable | QtCore.Qt.ItemIsEnabled | QtCore.Qt.ItemIsDropEnabled
To copy to clipboard, switch view to plain text mode