On Sat, May 09, 2009 at 10:49:29PM +0200, Pavel Sanda wrote: > again, this was not the problem. i'm all for having parallel processing, the > argued cases were for _synchro_ calls switch from ::system to qprocess - there > is no change wrt the ui appearance, only you have more general solution of > executing the code inside lyx.
QProcess can be used synchroneously, too. See waitForStarted, waitForFinished. Andre'