I'm developing an application that has to support various loosely
coupled tasks. For example, take an IDE where you switch between code
editing and UI design tasks. These two tasks would each contribute
their own central window, dock windows, menu items, and tools bars to
the main window. Each task would probably be a plugin, but only one
task would be active (and its ui elements visible) at a time.

Is it possible for dip to compose the main window using elements
contributed by such "tasks"? Any advise that could get me started in
the right direction?

Thanks,
Darren
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to