Hi commuity,

I would like to achieve this behavior:

I select some items in my QTableView widget, keeping the left button pressed, I drag the items outside the view -> the items are deleted from the model.

Something similar to drag&drop but with the result that the items are removed instead of dropped onto another widget.

Sincerely