Neither I could find a tutorial-like scheme for a resize event on QMainWindow, nor I did see any option for adding resize event in the drop-down menu at the Qt design window.
I am new to Qt. I'd like to write a slot function for a QMainWindow resize event. Is there such event? How can I do this?