Splashscreen hiding my ListView model
QML and Qt Quick
2
Posts
1
Posters
1.3k
Views
1
Watching
-
Hello everyone,
I am working on a project that includes Listview model in the main.qml file, and I was thinking about adding a splashscreen to the project to make it more professional.
Here is the example I followed : http://www.developer.nokia.com/Community/Wiki/Splash_screen_while_loading_main_qml
The problem is that my main.qml file is supposed to register a model to allow the user to user features like delete an item...
In the example above, the splashcreen gets displayed and disappears, then the model can't be registered.
How can I managed to register the Listview model after the splashscreen has been displayed?
Or in one question : How to display a Listview after a splash screen ?