Full docking widget
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
1 reply
If you put it into a layout (or set it as central widget of a QMainWindow based application), the resizing is handled automatically.
You must log in to post a reply. Not a member yet? Register here!


