I am using QSplashscreen
to display a splashscreen in my application. Usually when I click on the splash screen while my applicaiton is loading the splash sccreen disappears. I saw that the mousepressevent
on Qsplashscreen
are made to call hide
function of the widget.
But sometimes when I click on the splashscreen repeatedly the splashscreen background becomes black and if I continue clicking I get a message saying the applicaiton is not reponding. But after a while the app runs fine.
Why am i sometimes getting a blackbackground on mouse click on splashscreen? The Qt version i am using is 4.8.5