Dear list I want to perform a Drag & Drop over a QGraphicsScene and I would like to draw an indicator (the same place as mouse) during the drag-and- drop operation But I found that setAcceptDrops(bool) doesn't work for QGraphicsScene. what should I do? Pls help me.