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.

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