Hi, i am making a photo editor using a QMainWindow. One of it's functions is draw the coordinates of the mouse respect the image in a QLabel placed at the status bar. If the mouse isn't under the surface of the image, the label is cleared. I want to know if there's a simpler way to know if the mouse is under the menu, tool or status bar than reimplementig the mouseMoveEvent of the main window. Thanks.