Top "Qstackedwidget" questions

The QStackedWidget class provides a stack of widgets where only one widget is visible at a time.

Why can't I set a layout for a page in a QStackedWidget in designer?

Steps to reproduce in designer for Qt 4.8.0 I create a new dialog form in Qt Designer I add a QStackedWidget …

user-interface layout qt4 qt-designer qstackedwidget
Resize QStackedWidget to the page which is opened

I want my QStackedWidget to resize to the page which is opened. I got a lot of widgets attached to …

qt size qwidget qstackedwidget