[Qt-interest] Signals emitted by QSceneView
Brian McKinnon
bpmckinnon.qt at gmail.com
Fri Nov 26 17:30:41 CET 2010
I have some questions about how signals are emitted from the
QGraphicsView/Scene classes. I've been trying unsuccessfully to implement a
system where an item can be moved around on a view normally, but once the
mouse leaves the view I would like to start a drag event. I've been trying
to overload the leaveEvent, mouseLeaveEvent, ... well pretty much any leave
event in either the view, scene, or item that I can find with no luck. Is
there a notification that gets set out when a mouse leaves a view while
dragging an item in the scene?
On a side note is there an efficient way to monitor events to trace when
they occur without manually creating a list and pushing the event number
from inside of an overloaded event function?
Any suggestions would be appreciated.
Brian!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20101126/ad394965/attachment.html
More information about the Qt-interest-old
mailing list