I have a mainwindow inherited from QMainWindow, This contains a central widget which holds a scene and a view.
I have overloaded mouseMoveEvent() for both central widget i am using and for mainwindow too.
The problem is , I am not getting events in the overloaded mouseMoveEvent() in MainWindow class. How do I get the events in MainWindow's mouseMoveEvent function too ??![]()
I want to display the cursor position in the view in the status bar of the main window...ne suggestions ??
Bookmarks