Hello. Im dragging from widget to QGraphicsView. Is it correct that the only way to accept drop is to create a QGraphicsItem in QGraphicsScene connected to my QGraphicsView and accept drops with this item?
I mean is there no way to accept drag and drop directly by QGraphicsScene?
Bookmarks