Hi All,

I want to realize a GUI, where the screen layout changes, when I click on a button. Like having a welcome screen with one Button and by clicking it, the screen changes to a completely different look. Therefore I implemented a state machine, that shall load the different "screens". And I made some different screens with the Designer (so I have different *.ui-Files).
The problem is, that the Designer makes everytime a QWidget, and when the state machine starts a new screen, the old one is only closed by it. I think, I want the state machine to change only the Layout of one main QWidget.
I found the Quiloader, but I am not sure. if that is the solution to my problem.


Does anybody has a suggestion for me, what to do best?


Thanks.