how to drag and drop from another widget on to a QGraphicsScene

839 Views Asked by At

I need to drag from a QListWidget or something similar and drop on a QGraphicsScene, and create a subclass of QGraphicsItem at the drop location. Anyone have any ideas? I'm using Qt 4.6.3.

1

There are 1 best solutions below

0
On BEST ANSWER

The Drag and Drop Puzzle example seems to do what you are looking for: https://doc.qt.io/archives/4.6/draganddrop-puzzle.html