Can 2 Qt applications running on 2 different OSes -- one on Windows and the other one on macOS for instance -- communicate using QtRO?
I assume they can, but can anybody confirm this?
Thank you.
Can 2 Qt applications running on 2 different OSes -- one on Windows and the other one on macOS for instance -- communicate using QtRO?
I assume they can, but can anybody confirm this?
Thank you.
Copyright © 2021 Jogjafile Inc.
Yes, it is possible for two Qt applications running on different operating systems to communicate using Qt Remote Objects.
yout will need :
QRemoteObjectHostQRemoteObjectNodeThen you can use the client to access the exposed
QObjectsand invoke methods on them.For more information on how to use QtRO, you can refer to the QtRO documentation: https://doc.qt.io/qt-5/qtremoteobjects-index.html