amin-ahmadi.com
How to Add a Splash Screen for Your Qt Application - Amin
Qt provides QSplashScreen class in case you want to have a splash screen for your application without any efforts. You can use the approach below to add an splash screen image of your choice using QSplashScreen and QPixmap classes that stays for 1 second and then disappears. Change your application’s main.cpp file as shown below and … Continue reading "How to Add a Splash Screen for Your Qt Application"
Amin