Can I set a preloader in Qt3DWindow?
Unsolved
General and Desktop
-
Hi!
I am wondering if I can set some sort of preloader on Qt3DWindow for the time it takes for the window to load a 3d model... If it's a complex model, it takes several seconds to load during which the screen just remains black. I want to use the preloader during this time.
I came across the QSplashScreen class and also a way to embed a gif in a movie and play it there.
However, I couldn't find a way for it to be used inside a Qt3DWindow.I am using Qt 5.7
Any guidance?