Startup video in Qt
General and Desktop
5
Posts
2
Posters
1.2k
Views
1
Watching
-
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... -
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