Hi,
I have a Class derived from QGraphicsScene. I've reimplemented its dragEnterEvent() and dropEvent() event handler. in dragEnterEvent I test for a custom mimetype and in a case of success call AcceptProposedAction(true). So far it works, but drops are still not supported. AcceptProposedAction() seems to have no effect. The cursor icon also indicated that drops are still not accepted by the QGraphicsScene. I guess the problem is that I want the Scene itself to handle the drops instead of any items on the scene. But that is exactly what I want.

can anybody help me with this?

thanks in advance
momesana