So I need to drag from a QListWidget or something similar on to a QGraphicsScene. When I drop, I will create an new QGraphicsItem subclass at the drop location. How can I do this? setAcceptDrop is not even available for a QGraphicsScene.