Hey there QtCenters,

I'm trying to achieve the following:

- Run a Qt app : myApp.
- Run a QProcess inside myApp : myProcess.
- Send a message "Ping" from the myApp toward myProcess.
- Answer "Pong" from myProcess.
- I want this to work on all three platforms on Qt 4.4.3.

What's the best way to do it ?

Do you have a small sample about this ?

Thanks.