Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Making Splash Screen in QT Designer?
-
is it possible to implement a splashscreen using the splashscreen class in QT Designer?
-
I don't believe the designer does handle a splashscreen widget. If you really need a custom splashscreen you might need to inherit QSplashScreen and do it your self.
Otherwise you can read the docs about splashscreen, add the picture and text and have fun.
Greetz