Hi,

If you use central widget, the window take ownership of the widget, meaning that the widget will fit the whole size of the window. If you want to resize your widget so resize the window with setGeometry(). If you want a widget that fits almost the whole area of your widget use layouts.

Sizing is not complicated in QT. Its very easy, it just follows a different philosophy.