Hi!<br>
I want help with trying to make windows borderless.<br>
For example, in the file pyKHTMLPart.py, in the examples folder of the&nbsp; PyKDE package,<br>
I changed the constructor call <br>
from<br clear="all"><br>
parts=pyPartsMW(None,&quot;pyParts&quot;)<br><br>
to<br>
<br>
parts=pyPartsMW(None,&quot;Window&quot;,Qt.WStyle_NoBorder)<br>
(i imported Qt from qt).<br>
<br>
But still it does not work. I also tried setWFlags(self.WStyle_NoBorder), but that also does not seem to work.<br>
<br>
Can somebody help me?<br>
<br>
Thanks<br>
-- <br>The Abattoir