On Tue, Mar 24, 2009 at 8:52 AM, David Douard <[email protected]> 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/ _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
