Hey there,
I'm starting a process with QProcess and want to write to its stdin.
But for some reason canReadline returns false...
Hey there,
I'm starting a process with QProcess and want to write to its stdin.
But for some reason canReadline returns false...
stdin is for reading not writing.
However, you might want to look at setStandardInputFile() and setStandardOutputFile().These need to be called before you start() the process.
Bookmarks