Working with Faust, I need to make some system calls to compile the plugins.<br>Now this is done using "system("mycommand")", which it's a little bit ugly.<br>I've found that QT has a class named QProcess, which does this pretty nice.
<br>But I didn't find any good example in how to do that and show the output in a QT window (I've also been looking for a way to show a terminal shell in a QT window).<br>Is there any good resource/example/how-to that I can look to?
<br><br>Thanks<br>