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. Startup video in Qt

Startup video in Qt

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 1.2k 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
    ankush205
    wrote on last edited by
    #1

    I have an application and wanted to have a start up video when application starts.How can i do it?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      arsinte_andrei
      wrote on last edited by
      #2

      depending on how do you want to implement this.. and what do you have in your mind.. do you want a splash screen with a video on in the main window the very first screen to be this start-up video?
      This is very simple to implement but you have to decide the way you want to go on...

      1 Reply Last reply
      0
      • A Offline
        A Offline
        ankush205
        wrote on last edited by
        #3

        I want a splash screen like a small video on screen how can i implement it?

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

          Have a look "here":http://qt-project.org/doc/qt-5/QSplashScreen.html
          And also "here":http://qt-project.org/doc/qt-5/qvideowidget.html
          And conclude in this example that you can find out "here":http://qt-project.org/doc/qt-5/qtmultimediawidgets-videowidget-example.html
          And from the QSplashScreen example, instead of image you will use a video widget

          1 Reply Last reply
          0
          • A Offline
            A Offline
            ankush205
            wrote on last edited by
            #5

            Ohh Thank You !!!
            VideoWidget is not coming in my include

            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