Any examples for QStandardItemModel drag and drop with more complex mime data?
Unsolved
General and Desktop
-
Hello,
Has anyone gotten some examples on how to enable drag and drop with QStandardItemModel for more complex data specifically pixmaps?
Haven't found any working examples for drag and drop with QStandardItemModel.
Can anyone hint me how to handle it with some short code snippets?Best regards and thanks in advance.
-
Hi,
The encoding exported data in the model view documentation is a pretty good starting point.