On Wed, Aug 06, 2014 at 11:19:49PM -0700, achartier at fastmail.fm wrote:
> (3) Writing the return key to the process with QProcess::write("\r") and
> QProcess::write("\\r)
>
you need to use waitForBytesWritten() (or actually wait for the signal
to be delivered).