As their names say, one is called when a mouse button is pressed, the other one when a mouse button is released.
You probably need to enable mouse tracking on the view and then implement mouseMoveEvent()
Do you want to zoom or do you want to scale the elements?
For zooming you can just call scale() on the view and set the transformation anchor to view center.
Cheers,
_
Bookmarks