<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;">Hello fellow QGIS'ers.<br><br>I have a (new to me) problem in my hands.<br><br>I am building an interface to run a large transportation simulation model (<a href="https://polaris.taps.anl.gov/polaris-studio/index.html" target="_blank">Polaris</a>) from a QGIS plugin, and I would like to update the interface as the simulation progresses.<br><br>The issue here is that this simulation is done inside a compiled C++ executable from which I cannot emit any QT signals, so I have to do it "manually" by processing the logfile generated by the application.<br><br><div>I currently don't see a way to do this, as the calling the simulation processes captures the GIL and I can't update the interface, but is there another way of doing this?<br></div><div><br></div><div>I am at a bit of a loss, so I appreciate any pointers.<br></div><div><br></div><div>Cheers,<br></div><div>Pedro</div></div><br></body></html>