[PyKDE] Borderless Windows
The Abattoir
the.abattoir at gmail.com
Tue Aug 9 06:32:56 BST 2005
Hi!
I want help with trying to make windows borderless.
For example, in the file pyKHTMLPart.py, in the examples folder of the PyKDE
package,
I changed the constructor call
from
parts=pyPartsMW(None,"pyParts")
to
parts=pyPartsMW(None,"Window",Qt.WStyle_NoBorder)
(i imported Qt from qt).
But still it does not work. I also tried setWFlags(self.WStyle_NoBorder),
but that also does not seem to work.
Can somebody help me?
Thanks
--
The Abattoir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20050809/e41cb0ce/attachment.html
More information about the PyQt
mailing list