Connecting one Desktop App to Another
-
Greetings everyone,
Currently, I am working on a project, and one of my goals is to have two separate desktop apps (both developed in Qt) "connected to each other." In other words, for example, I want there to be a way to press a button on App A, and, when that button is pressed, a function runs on App B. How should I go about doing this?
Thank you in advance!
-
Greetings everyone,
Currently, I am working on a project, and one of my goals is to have two separate desktop apps (both developed in Qt) "connected to each other." In other words, for example, I want there to be a way to press a button on App A, and, when that button is pressed, a function runs on App B. How should I go about doing this?
Thank you in advance!
@WesLow
Have a read through this thread: https://forum.qt.io/topic/134202/synchronizing-between-a-local-and-remote-gui
Also look at @artwaw's Qt Remote Objects suggestion. -
@WesLow
Have a read through this thread: https://forum.qt.io/topic/134202/synchronizing-between-a-local-and-remote-gui
Also look at @artwaw's Qt Remote Objects suggestion.@JonB I have not; thanks for the recommendation. Gonna look through this later today!