Resize layout based upon resolution chosen

Slicky

14-10-2013 00:11:05

I have a layout and I use the baselayout class. Let's say I designed the layout at 1024x768 but then run the app at 1280x1024. All the widgets just render in the top left corner downwards. There is unused space and they are not all resized to fit the increased resolution.

What is the best way to achieve filling the render window with the layout regardless of the resolution chosen?