[PyQt] Splash Screen

Detlev Offenbach detlev at die-offenbachs.de
Fri Oct 3 12:35:58 BST 2008


On Freitag, 3. Oktober 2008, 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.
>

Or just use QSplashScreen.

Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de


More information about the PyQt mailing list