[PyQt] Splash screen

Phil Thompson phil at riverbankcomputing.com
Thu Feb 12 15:51:24 GMT 2009


On Thu, 12 Feb 2009 16:34:57 +0100, Frédéric
<frederic.mantegazza at gbiloba.org> wrote:
> My application dynamically loads the ui files, using the uic module. On a
> recent PC, there is no problem, but when running on small devices, like
> Nokia N8x0, the application takes a few seconds before showing the main
> window.
> 
> Users asked me to show a little splash screen, to show that the
> application is alive during startup.
> 
> How do I implement this? Is there some example code arround?

QSplashScreen is pretty easy to use.

Phil


More information about the PyQt mailing list