Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Add a GIF when gui is loading.
Forum Updated to NodeBB v4.3 + New Features

Add a GIF when gui is loading.

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 370 Views 2 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.
  • P Offline
    P Offline
    Pariposh
    wrote on last edited by
    #1

    Hey Everyone ,
    I want to add a GIF of company's logo which will rotate until my Mainwindow is not shown and it will show only when some internal testing is done , but until then i want my GIF to appear like a splash screen and keep playing.

    JonBJ 1 Reply Last reply
    0
    • P Pariposh

      Hey Everyone ,
      I want to add a GIF of company's logo which will rotate until my Mainwindow is not shown and it will show only when some internal testing is done , but until then i want my GIF to appear like a splash screen and keep playing.

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @Pariposh Have you looked at QSplashScreen Class?

      P 1 Reply Last reply
      1
      • JonBJ JonB

        @Pariposh Have you looked at QSplashScreen Class?

        P Offline
        P Offline
        Pariposh
        wrote on last edited by
        #3

        @JonB yes i have but i want to use QMovie for playing my animated GIF

        M 1 Reply Last reply
        0
        • P Pariposh

          @JonB yes i have but i want to use QMovie for playing my animated GIF

          M Offline
          M Offline
          mpergand
          wrote on last edited by
          #4

          @Pariposh said in Add a GIF when gui is loading.:

          @JonB yes i have but i want to use QMovie for playing my animated GIF

          QLabel can do that:

          void QLabel::setMovie(QMovie *movie)
          Sets the label contents to movie. Any previous content is cleared. The label does NOT take ownership of the movie.
          The buddy shortcut, if any, is disabled.
          See also movie() and setBuddy().

          1 Reply Last reply
          1

          • Login

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