You'd create a QEventLoop object to run a modal loop. Whenever your condition is reached, stop the loop by calling its quit() signal.
On Wed, Nov 5, 2014 at 3:03 PM, Tim Crowson <[email protected]> wrote: > Well I really like XSI's behavior here and I would love to find a way to do > this in other apps. Seems like I'll need to wrap my head around threads > though, which I've never done, but seems well-documented online, as well as > my host app's event system's API, which is also a bit obscure but has gotten > me good results in the past. > > -Tim > > > --

