Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. [Solved]Loading screen
Forum Updated to NodeBB v4.3 + New Features

[Solved]Loading screen

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 3 Posters 3.0k 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.
  • A Offline
    A Offline
    alexQt
    wrote on last edited by
    #1

    Hi! Is there a standard Qt loading screen (such as upload data from the Internet), lockable controls during its activity? For example:

    1. call action
    2. boot screen appeared
    3. download the data (with a timeout if the download failed)
    4. boot screen disappeared
    5. continued
    1 Reply Last reply
    0
    • D Offline
      D Offline
      DenisKormalev
      wrote on last edited by
      #2

      Maybe QSplashScreen is something you needed?

      1 Reply Last reply
      0
      • Z Offline
        Z Offline
        ZapB
        wrote on last edited by
        #3

        QSplashScreen is often used for this at application startup. If you need to block input or show progress in some other way during your app then you need to use methods suitable for your application. These might include:

        • progress bar/dialog
        • spinners/throbbers (like in web browsers)
        • disabling certain actions or widgets for a period
        • something totally custom to your application

        If you are using QML then you can get really creative ;-)

        Nokia Certified Qt Specialist
        Interested in hearing about Qt related work

        1 Reply Last reply
        0
        • A Offline
          A Offline
          alexQt
          wrote on last edited by
          #4

          Thanks to everyone problem solved

          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