Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
The QSortFilterProxyModel does not
proxy the supported drag actions of the source model.
You have to extend the setSourceModel() method with:
setSupportedDragActions(sourceModel->supportedDragActions())