PDA

View Full Version : Poblem with readLineStdout()-QProcess



prasann87
8th January 2008, 10:43
Hi..
Im using Qt 3.3.8
Im working a GUI editor for C/C++ .For running the compiled program I tried QProcess::readStdout() for reading from the Standard Output.It works fine except that the Output/Input interaction appears as a whole at the end-i want it to be interactive. I tried QProcess::readLineStdout() to read line by line, but with no success .

Help me Out PLz
prasann87