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.
views:
55answers:
1
+1
A:
The Drag and Drop Puzzle example seems to do what you are looking for: http://doc.qt.nokia.com/4.6.2/draganddrop-puzzle.html
Fredrik H
2010-08-04 07:46:46