I am designing an Application using the Qt framework, and I want to avoid using multiple dialogs simply because I think it can get messy with having many dialogs open. I was wondering if there was something like Java’s CardLayout in the Qt Framework.
Thanks for your help.
The
QStackedWidgetis very close to the CardLayoutAdd as many widgets as you want and every time you load it you can change the widget that is displayed by calling the
setCurrentIndex