Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
If you put it into a layout (or set it as central widget of a [[Doc:QMainWindow]] based application), the resizing is handled automatically.