Hi All,

I am trying to run two notepads using QProcess and I want to that everytime i type something on either notepad it will be reflected to the other. Is there such a magic in QProcess for that?

baray98