Thank you for reading this. I have a bash script that I start with QProcess which runs correctly. What I'd like to know is how do I have the text that the script generates appear in a dialog window instead of on the console screen. I thought this might have been the answer but its not. QByteArray array = myProcess.readAllStandardOutput() -- Regards, Phil