Hey guys,

I'm using a QProcess to encapsulate a bash shell.

I'm reading it's output from a slot connected to readyReadStandardOutput().

I found this fairly slow compared to the console.

Any way to boost it up ? A QThread, a Qtimer ?

Thanks for your advice.