I cannot figure out how to make my grepview plugin asynchronous. I currently have done the following:<br><br>The class GrepJob is derived from OutputJob and IStatus. The method start() calls "QTimer::singleShot( 0, this, SLOT(slotWork()) )", as suggested by the docs from Qt. In slotWork(), I have several calls to showProgres(...), but I still cannot get rid of the UI blocking.<br>
I had a look at BackgroundParser, but cannot figure out how it works exactly.<br><br>Can somebody enlighten me on how to get it asynchronous?<br><br>Thanks in advance,<br>-- Syron<br>