Hi,
TabView/StackView (QML) or QTabWidget/QStackedWidget (C++) are created for this purpose.
Also read up on Layouts — they help you to arrange components, and you can add/remove components dynamically.
↧