Why can't I set a layout for a page in a QStackedWidget in designer?
- by cppguy
Steps to reproduce in designer for Qt 4.8.0
I create a new dialog form in Qt Designer
I add a QStackedWidget to the dialog
I set the layout of the dialog to make the stacked layout size with the dialog
I add a few controls to page one in the stacked widget
I select the first page in the stacked widget in the right hand tree view of controls
The…