Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. remote operation of qt gui based application on two different systems
Forum Updated to NodeBB v4.3 + New Features

remote operation of qt gui based application on two different systems

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 382 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    janaki
    wrote on last edited by
    #1

    i have qt gui mainwindow application with textbox and push button on one windows system(qt 5) and same should be displayed on other system when the application is started on other pc.any modification or action is performed on any one gui should be reflected on other system also which is running the same gui.the condition is that all the source code should be written only on one pc, other side it should be the copy of it.
    i tried this using QRemoteObjectHost at source side by creating gui with textbox and push button and QRemoteObject node at replica side.but when am starting gui application at source side how to make the replica side the same copy of gui,.
    am creating the new instance of the gui application at replica side, but i understand creating new instance is not correct ,because any changes / actions done on gui will be independent which is not correct. may i request ur valuable suggestions to solve this issue.this is something like remote operation but how to resolve this.
    thanking waiting for ur reply

    1 Reply Last reply
    0
    • mrdebugM Offline
      mrdebugM Offline
      mrdebug
      wrote on last edited by
      #2

      It is a very strange scenario.
      I think you have got 2 ways:
      The first: connect to the remote machine using ssh, to write, compile and exec.
      The second: by writing a software that copy the source code immediately and continuosly to the remote host and build and exec the appication.

      Need programmers to hire?
      www.labcsp.com
      www.denisgottardello.it
      GMT+1
      Skype: mrdebug

      1 Reply Last reply
      2
      • Kent-DorfmanK Offline
        Kent-DorfmanK Offline
        Kent-Dorfman
        wrote on last edited by
        #3

        shared VNC connection. app runs in one location but desktop is mirrored to another PC and both can interact with the program. Only requires one instance running...trying to run two mirrored instances is an extremely complex operation requiring a lot of custom programming.

        I light my way forward with the fires of all the bridges I've burned behind me.

        1 Reply Last reply
        3

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved