[PyQt] dip: question about changing UI elements based on task

Darren Dale dsdale24 at gmail.com
Fri Jul 27 21:16:58 BST 2012


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


More information about the PyQt mailing list