Hi everyone, I want to create a new events receive mouse release events on the border of the QMainwindow but I don't know the code so that It( the event) can be called automatically. Untill now, the "mouse release event" can only receive the event inside the widget. After releasing that mouse event, I will repaint 60.000 components inside that window. Could you tell me the way to create or add a new event and It will be called automatically like "resizeEvent(...)" or "mouseReleaseEvent(...)"?
Thanks!