Mouse events overwrite question
-
Hi everyone. I have a liitle dilema.
I need to know when the user have ended the resize event (have released the mouse after a resize) and I use a QSizeGrip for the resize. Now I can overwrite the mouse events of the QSizeGrip and send a signal to the parrent with a simple bool pressed/released. But when I overwrite the mouse events I also lose the ability to resize the window (make sence because I have "steal" the mouse events from the widgets default actions). But my qestion is now this: how I can overwrite the events but also keep the original actions? Is it possible or not?