Originally Posted by
high_flyer
oh wait, so the original code was sending the 5 strings, and then what?
Did the application end?
If yes, then my original assumption (QProcess object being deleted before the it could read the cout) was *probably* correct.
It looks to be a very not efficient way of doing things in your code, but its hard to say exactly what would be a better waz with out seeing more of it.
You can have the gui responsive in your new code by adding QApplication::processEvents() in your loop.