I want to create an application whose content of the window will change based on some events. E.g. I have created different .ui files for different content:
a.ui
b.ui
c.ui
After some time (or after some user action) I want to load b.ui into same window. Any idea how to do this?
(I tried to close one window and launch another. But if the user drags one then pushes 'Next' Button it will not open at same location.)