Tutorial on python with thread support
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
Hi,
I'm working on PythonQt and camera processing application. Currently I'm trying to update frame to main gui and it's stucking due to thread blocking. I intend to try with the signal-slot or objects queue, and it would be great if anyone can provide an example or any experience of using threading support when using evalFile or evalCode.
Thank you.