C++ (Qt)Q_ASSERT(_in->open(stdin, QIODevice::ReadOnly));
C++ (Qt)connect(_childProc, SIGNAL(readyRead), SLOT(onReadyRead));
C++ (Qt)_childProc->write("qwerty\n");