At 13:13 03/10/2008 +0200, Benno Dielmann wrote: >On Friday 03 October 2008 12:04:49 projetmbc at club-internet.fr wrote: >| Hello, >| I would to know how to do a Splash Screen with PyQT. > >Create some window (e.g. a QWidget) and call > >setWindowFlags(Qt.FramelessWindowHint) > >on it. > >Regards, > >Benno Dielmann. What about using the QSplashScreen class? Armando