PDA

View Full Version : QProcess - communication



pixsta
22nd September 2011, 17:31
Hello,

I want to communicate with a process:


QProcess *proc;
proc->start("sometool", QStringList());
// now "sometool" requires user keyboard input


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

Regards,

amleto
22nd September 2011, 22:39
http://doc.qt.nokia.com/latest/qprocess.html

http://doc.qt.nokia.com/latest/qiodevice.html