Create Qt layout with fixed height

Viewed 31826

I want to create a Qt window that contains two layouts, one fixed height that contains a list of buttons at the top and one that fills the remaning space with a layout that centers a widget vertically and horizontally as per the image below.

Example Qt layout

How should i be laying out my layouts/widgets. Ive tried a few options with nested horizontal and vertical layouts to no avail

1 Answers
Related