One important thing while using the designer forms is that the forms can only be loaded on to QWidget (not QLayouts), so you will need to have a containter QWidget in each of the layouts, and load the ui into the container QWidgets using the setupUi(QWidget *).
Bookmarks