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
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