Hi,

I am trying to find a way to write to QProcess from stdin.
Basically following is what I have in Dot Net that I want to do using Qt.

private static Process _serverProcess;
_serverProcess.StandardInput.WriteLine(SomeString) ;


I would really appreciate any guidance with this.


regards,
Raj