Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Splashscreen hiding my ListView model

Splashscreen hiding my ListView model

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 1 Posters 1.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    godbod
    wrote on last edited by
    #1

    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 ?

    L'imagination est tout, c'est l’aperçu des futures attractions de la vie.

    1 Reply Last reply
    0
    • G Offline
      G Offline
      godbod
      wrote on last edited by
      #2

      Hello again,

      Apparently, the best way to do that is to use a thread and to code a splash-screen in C++.
      But I am still looking for a way to do that in QML.

      L'imagination est tout, c'est l’aperçu des futures attractions de la vie.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved