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. Making animated splash screen

Making animated splash screen

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 3 Posters 4.6k 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.
  • S Offline
    S Offline
    ss1306
    wrote on last edited by
    #1

    Hi folks,

    I am trying to create a splash screen for an application that displays a logo followed by an exploding effect of that logo. How do I go about doing this? I read the QSplashScreen Class on the Qt website, but that doesnt have any functions for incorporating animation.

    Any suggestions?

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      Hi,

      In terms of animation, do you want to show a gif image ?

      157

      1 Reply Last reply
      0
      • S Offline
        S Offline
        ss1306
        wrote on last edited by
        #3

        i will have a gif image and i then want it to break into particles in a certain axis and then slowly dissolve

        1 Reply Last reply
        0
        • p3c0P Offline
          p3c0P Offline
          p3c0
          Moderators
          wrote on last edited by
          #4

          Then there's no such facility available directly in QSplashScreen.
          May be you could try subclassing QSplashScreen reimplement drawContents function and then using QProperyAnimation you could animate your logo there.
          Or you could have a gif image which will have exploding animation and display using QSplashScreen.

          157

          1 Reply Last reply
          0
          • B Offline
            B Offline
            Brexis
            wrote on last edited by
            #5

            Hi. Please see "this post":https://qt-project.org/forums/viewthread/36745

            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