Make sure that your parent widget work doesn't enforce certain window flags.  
Depending on the parent widget, it doesn't matter what flags you pass in.

This works for me:

splash = SplashScreen.SplashScreen(None, "splash", Qt.WDestructiveClose | 
Qt.WStyle_Customize | Qt.WStyle_NoBorder | Qt.WX11BypassWM | 
Qt.WStyle_StaysOnTop)

--Kaleb

On Monday 23 September 2002 03:25 pm, Miller, Douglas wrote:
> Can anyone recommend an easy way to get a borderless window with SuSE 8.0
> Linux?  Qt.WStyle_NoBorder has no effect and in Qt 3.0.5
> Qt.WStyle_NoBorderEx is obsolete.  Thanks.
>
>
> _______________________________________________
> PyKDE mailing list    [EMAIL PROTECTED]
> http://mats.gmd.de/mailman/listinfo/pykde

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to