reading and writing to QProcess in Qt Console Application
问题 Noted: this appears to be a specific issue question but hopefully it can be edited for all to related to I need to interact with a QProcess object. The Problem: I am not getting any output from QProcess after calling QProcess:write(input) More Info: Going through the doc pages led me to create an example below: I have a script requesting user input, and finally displaying and appropriate message based on the user input. Testing: After adding a "log" feature to my script for testing, the