Can two QProcesses communicate via signals and slots?

146 Views Asked by At

I want to communicate from 1 QProcess to another. So do I need some IPC mechanism or can I do it with signal and slots also.

1

There are 1 best solutions below

0
On

Yes they can communicate via signals and slots

https://doc.qt.io/qt-5/qtremoteobjects-index.html