Full docking widget
-
wrote on 2 Jan 2012, 15:10 last edited by
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
-
wrote on 2 Jan 2012, 15:39 last edited by
If you put it into a layout (or set it as central widget of a [[Doc:QMainWindow]] based application), the resizing is handled automatically.
1/2