At 13:13 03/10/2008 +0200, Benno Dielmann wrote:
On Friday 03 October 2008 12:04:49 [EMAIL PROTECTED] 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

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to