[PyKDE] Workspace -> don't see windows

Karl myonlyb at gmx.net
Thu Jun 20 18:36:00 BST 2002


>Try using a class that you've directly subclassed from QWidget:
>
>class ChildWindow(QWidget):
>     def __init__(self, parent):
>         QWidget.__init__(self, parent)
>
>     ... etc ...

That helped!!!
Thanx, you saved my weekend!

  Karl




More information about the PyQt mailing list