[Qt-interest] drop indicator on QGraphicsScene
Christopher Rasch-Olsen Raa
christopher at technophile.info
Wed Aug 12 10:18:20 CEST 2009
On Wednesday 12 August 2009 10:17:45 Xinyi Li wrote:
> 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.
>
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
The view supports drag / drop so the view is where you'd like to catch that
event. Hope that helps.
--
Christopher
More information about the Qt-interest-old
mailing list