creating proxy gui which i can operate remotely using QRemoteObject
Unsolved
General and Desktop
-
i have create QRemoteObjectHost object where i have my gui application. then on another program i have created QRemoteObjectNode to have a replica of my gui source. am able to create replica of my gui. but i was asked to run my gui at source side also,When replica code is started then the replica of the gui shud be shown.when ever i perform some action at the replica side then effect should happen at the source side gui .how this will be done.
presently when some action is performed that is not getting effected at source side gui,but at replica side of the gui is done. i want at both sides.plz give me some solutions to perform the above. thanking u