Besides what @Rondog mentions, you could also read about layouts
http://doc.qt.io/qt-5.5/designer-layouts.html
If you assign a layout to the window, and put the tab in it, Qt can then
automatically adjust the size if user resize the window.
It takes a little bit to learn layouts but the reward is great.