Hi,
I was looking into QThread documentation to solve a problem at hand in our application and saw a detail saying that we cannot use widget classes inside a thread.
One would ask why I want to do this : I want to add a splash screen in our application which QSplashCreen should help with but for some reason it is crashing the application when run on our test system .I have been trying to get around this for two days to no avail so I decided to build my own splash screen.
Threads came to mind as I want the splash screen not to be disturbed by the application start up overhead but the doc warns against any widget class inside a thread.I am currently looking for other possible solutions to the problem but am curious as to why this cannot be done.
Any input will be appreciated.Thanks.
↧