0

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.

Farhad
  • 4,119
  • 8
  • 43
  • 66

1 Answers1

3

Yes they can communicate via signals and slots

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

Andrey Semenov
  • 901
  • 11
  • 17