QListView: Drag item disappears
-
Hi and welcome to devnet,
I just tested it with Qt 5 and it's still the same behavior. Whether intended or not, I don't know, but since there's an open bug report, i would say no
-
Thanks for the replies.
In other words:
If you want a full-blown icon mode ListView and proper DnD support, you basically have to implement the whole thing yourself:
startDrag() with custom pixmaps for QDrag and the usual methods for the relevant model.
Is that the correct path and is it doable?
-
Bug fix is on its way
-
Sure I will, you can also watch the bug report to see when it's done.
No, I'll try to fix it for both. Qt 5 will need some more work.
-
Hi,
The bug has been fixed for 4.8.6 and 5.2.0
-
You're welcome !
Sorry I don't know