[PyKDE] Workspace -> don't see windows

Gordon Tyler gordon at doxxx.net
Thu Jun 20 18:05:00 BST 2002


From: "Karl" <myonlyb at gmx.net>

> I have a QMainWindow with a QWorkspace in it.
> I want to add other QMainWindows to the workspace, so I create them using

You shouldn't be using QMainWindows as child windows of the workspace,
they're meant to be top-level windows. According to the docs at
http://doc.trolltech.com/3.0/qworkspace.html, child windows should be
QWidget-derived.

Ciao,
Gordon





More information about the PyQt mailing list