[PyQt] QSplashScreen with transparent background
Saúl Ibarra
saghul at gmail.com
Tue Mar 24 09:06:41 GMT 2009
On Tue, Mar 24, 2009 at 8:52 AM, David Douard <david.douard at logilab.fr> wrote:
> pic = QtGui.QPixmap(":splash/images/splash.png")
> splash = QSplashScreen(pic, Qt.WindowStaysOnTopHint)
> splash.setMask(pic.mask())
> splash.show()
Yeah! That worked for me!! Thank you both!!
:)
--
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