Hi guys.
I have an unexpected problem with getting the last resize event. In other words I need to know when user is finished with resizing. I've tried to reimplement mouseReleaseEvent but unfortunately this doesn't work since I receive no events of such type while resizing the window. Maybe I should implement the corresponding event filter but something suggests to me that there is an easier way to get what I want...