Hi,

I want to create an application whose content of the window will change after some time (like a time-lapse or timeout). E.g. I have created different .ui files for different content:

a.ui

b.ui

First the main view "a.ui" is visible and after some time I want to "b.ui" to load into the same window. Any idea how to do this?

(I tried to hiding one window and show another. But is there a better way of doing it where one view dissolves and the other one appears.)