Hello Qt developers! I have the following problem, hope you'll be able to help me.
From my Qt app I run a QProcess - an application, which normally prints some messages to a console screen. I want to capture these messages in my app using readAllStandardError(), but it gives no result. It eventually appears, but only after i call terminate() on a QProcess, when cumulated messages appear at once.
What should I do to see the messages just as they are printed?
Bookmarks