[Development] Stopping a QProcess gracefully

Oswald Buddenhagen oswald.buddenhagen at digia.com
Thu Aug 7 09:48:20 CEST 2014


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).



More information about the Development mailing list