[PyKDE] Borderless Window with SuSE 8.0 Linux

Kaleb Pederson kibab at icehouse.net
Tue Sep 24 17:31:01 BST 2002


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    PyKDE at mats.gmd.de
> http://mats.gmd.de/mailman/listinfo/pykde




More information about the PyQt mailing list