Hello,

I want to communicate with a process:
Qt Code:
  1. QProcess *proc;
  2. proc->start("sometool", QStringList());
  3. // now "sometool" requires user keyboard input
To copy to clipboard, switch view to plain text mode 

Is it possible to send user keyboard input to the started process and how?

Regards,