[PyQt] Wait for Window Help

2010-08-19 Thread Brandon Harris
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

[PyQt] Wait for Window Help

2010-08-19 Thread Brandon Harris
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

[PyQt] Running new windows in existing app

2010-07-12 Thread Brandon Harris
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