I start an application using Qprocess and i got all the output the application print,

But as the application after its started can take some commands such as "STATUS" and print out the status of my application ,

I tried using "Write" to the Qprocess i started but i didn't get any response back ?? am i using the wrong way ? or how can i do it ??

BTW: i can receive all the singles that are emitted by the Qprocess so either error or output it would be received and printed.