Hi, I have a test library using a module using pyqt signal-slots. The best way yo work with that module, is to use it within a pyqt QApplication, and running in the main thread
the 'exec' method. Problem is, that if I'll call 'exec' in the main thread, I'll stuck the Robot run. I can try and use the module froma different QThread,
but it's a direction I rather not persue at this stage.
Does Robot uses pyqt in it's implementation? If so, is there a way to hook to that?
Thanks.