What is this processEvents() call of yours supposed to do? Returning from resizeEvent() doesn't cause your widget to prevent being resized. resizeEvent() is simply a notification for the application that the widget has been resized. As far as I know you can't prevent the resize itself even if you explicitly ignore() the event.
Bookmarks