1

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.

David Burson
  • 2,947
  • 7
  • 32
  • 55

1 Answers1

2

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

Christophe Weis
  • 2,518
  • 4
  • 28
  • 32
fejd
  • 2,545
  • 1
  • 16
  • 39