Hello
I made a QWidget which shows some QWidgets inside. This size of this main widget should be resized to full size of application window (or parent widget).
Is it necessary to write handlers for resize or does some automatically methods exist?
Thomas