Re: [PyQt] QSplashScreen and windows

2008-06-18 Thread Darryl Wallace
I fixed it. If anyone else gets this and doesn't know. add the line qApp.processEvents() after splash.show() darryl Darryl Wallace wrote: Has anyone had trouble getting splash screen to display properly in Windows? I imagine this is a Qt problem and not a PyQt problem but I thought I w

[PyQt] QSplashScreen and windows

2008-06-18 Thread Darryl Wallace
Has anyone had trouble getting splash screen to display properly in Windows? I imagine this is a Qt problem and not a PyQt problem but I thought I would ask here as well as Qt support. I have written a code like this: ## from PyQt4 import QtGui, Qt import sys import os