Hi,

I am using QGraphicsView to display my UI.

The UI is big enough to show the scrollbar and I also have view's drag mode set to panning. Now how can I know when the user is scrolling though the view or panning through the view? What signal is emitted or what event should I override?

Thanks