Login

Tag Archives: mouseReleaseEvent

Qt mousePressEvent and mouseReleaseEvent fun!

This would have been good to know beforehand regarding mouse events…
Apparently in Qt, QGraphicsItem’s mouse events are a little different from the model I had in my head from Actionscript. In actionscript when a user uses the mouse to move over and then click on an MovieClip object these events occur (ignoring mouse movement events):

onRollOver
onPress
onRelease
onRollOut

In [...]

Posted in Qt Code | Also tagged , , | Leave a comment