QGraphicsView - dragMove items - signal/slot ?
Unsolved
General and Desktop
-
Hey
I'd like to send some signals/perform some actions while I drag my item in QGraphicsView, which signal/slot/function should I hock up to, to use the Qt's native system?
TIA
Just found :
QVariant itemChange(GraphicsItemChange change, const QVariant &value);
Perhaps its that? o.O -
Hi,
Without more details form you side, it looks like that's the function you are looking for.