[PyQt] QSplashScreen with transparent background

Saúl Ibarra saghul at gmail.com
Tue Mar 24 00:18:54 GMT 2009


Hi all,

I'm sure this question has been answered many times, but I'm not able
to achieve what I want :-/ I just want a splashscreen with a single
png with transparent background.

I'm using the following code:

pic = QtGui.QPixmap(":splash/images/splash.png")
splash = QtGui.QSplashScreen(pic)
splash.show()

I know the issue has to do with the alpha channel, but can't get it working...


Thanks in advance!


-- 
Saúl -- "Nunca subestimes el ancho de banda de un camión lleno de disketes."
----------------------------------------------------------------
http://www.saghul.net/



More information about the PyQt mailing list