Hi,

I need to implement panning, so i have reimplemented the MousePress ,MoveEvent and MouseReleaseEvent of my View,

I also need to know if mouse moves over my scene , or my custom item.
Similarly i need to know if they are pressed or released.

I have done the job in view, scene and item but only the slots of view works, what could be the issue?

Is my view eating up the events, do i need to call any function to do this?