We're using PyQt to build a gui system for a third party program. Right
now we're generating 1 app and 1 thread that the windows share via
thread semaphore which ensure that none of the process step on the
others. The issue we're having now is that generating a window that
halts the other proc
We're using PyQt to build a gui system for a third party program. Right
now we're generating 1 app and 1 thread that the windows share via
thread semaphore which ensure that none of the process step on the others.
___
PyQt mailing listPyQt@riverba
Is it possible to create a single app that I can then run all my windows
in? I'm wanting to generate an app in nuke and then all windows I create
within nuke will run inside of that application. Is this possible?
Brandon L. Harris
___
PyQt mailing lis