Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
QStackedWidget with layouts
-
Hi,
I just created a small app with one window that contains a stackedwidget. I would like to create multiple screens with that QStackedWidget, but they all need a responsive layout.
Right now when I enlarge my window, it doesn't scale.
Is there any way I can make my QStackedWidget scalable & responsive?
-
@hobbyProgrammer said in QStackedWidget with layouts:
Is there any way I can make my QStackedWidget scalable & responsive?
Sure, put it into a layout.
There is an example: https://doc.qt.io/qt-5/qstackedwidget.html