Using a Widget as Splashscreen?
-
Hi there..
I tried to create a Splash Screen for my App and found out, that only pixmaps are allowed with QSplashScreen. So.. i want to have changing Text and random Images in the Splash itself.. means.. i need a Widget with labels and a stack View to make this happen.
But, when i tried to use a Widget via Widget *name = new Widget..., it shows a new Window ith Border, Close Button..etc..
Question now:
How can i show a Widget as a Splashscreen? -
Hi there..
I tried to create a Splash Screen for my App and found out, that only pixmaps are allowed with QSplashScreen. So.. i want to have changing Text and random Images in the Splash itself.. means.. i need a Widget with labels and a stack View to make this happen.
But, when i tried to use a Widget via Widget *name = new Widget..., it shows a new Window ith Border, Close Button..etc..
Question now:
How can i show a Widget as a Splashscreen?@BDC_Patrick set the window flag SplashScreen is a good start :D
-
@BDC_Patrick set the window flag SplashScreen is a good start :D
@J-Hilk You´re great - Thank you :D