[PyQt] Splash Screen

Benno Dielmann lists at benno-dielmann.de
Fri Oct 3 12:13:49 BST 2008


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. 


More information about the PyQt mailing list