I have a set of Labels which have Pixmaps attached to them. These are thumbnails set within a GridLayout.
I would like to be able to drag around my thumbnails into other layouts as if I'm sorting/arranging them.
How would I setup a system to do that, when Qlable doesn't have drag/drop features?

Thanks