My problem has been adding the frame; pyuic creates a layout for the frame already, but its not accessible after the __init__ function exits, so its inacessible by subclassing; I can't add a layout to the frame and then go from there.
I have tried setting the parent of the canvasview as the frame itself, but then I get a small canvas view in the top left corner. I've read the documentation for frames, layouts, and qwidget quite a bit and still can't figure out how to add this canvasview; I can't figure out how to delete it, or any function that will return the layout within any container widget.
I think I understand what I'm supposed to do here, but I don't want to change any code pyuic creates, and I can't figure out how to add this canvas cleanly to the frame. Is there something I'm not getting?
--jm
_______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
