I am currently working on a C++ application with QML files. I would like to have start screen on my application for a few seconds, and then get my main page. But I can't find any information on a proper way to do so in QML, using a specific event or such :(
My question is: what would be the proper way to do so in QML? If there is non, how could I nicely get this working in C++.
Any help would be greatly appreciated