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.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.