Hi!

I have to drag-drop QListViewItem-s from one QListView to another and vice versa.

In all of QT manual examples there is no implementation of such drop.
How can I drop QListViewItem object, not Text or Image?

... and after dropping to one QListView, how can I remove dropped item from former
parent QListView?



Thanks.
(I'm on Qt 3.3.3)