Quote Originally Posted by maverick_pol View Post
I can implement my own resizeEvent(..), but I can't call the resize() or setGeometry() in the event due to infinite recursion, am I right?
You can. Just have a stop condition - i.e. if you want to resize to a size that is already set, don't call resize().