Results 1 to 3 of 3

Thread: qt progarmming

  1. #1
    Join Date
    Jun 2011
    Posts
    3
    Qt products
    Qt4

    Default qt progarmming

    hi
    I have done a project in which i opened an executable file on clicking a Pushbutton.
    I want to open a executable file in another system which is connected through LAN
    how i do it ?
    i just know few basics about sockets.
    How do i proceed please do help
    thanks in advance

  2. #2
    Join Date
    Mar 2011
    Location
    Hyderabad, India
    Posts
    1,882
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    3
    Thanked 453 Times in 435 Posts
    Wiki edits
    15

    Default Re: qt progarmming

    there are couple of ways to do so, you can have a listener running on the other machine which takes commands over sockets to start a new exec.

    try exploring RPC, QtRPC...

  3. #3
    Join Date
    Jun 2011
    Posts
    3
    Qt products
    Qt4

    Default Re: qt progarmming

    I am a new user to Qt
    I tried to go through server client examples.
    but how can i execute a exe from server to client that too on clicking pushbutton in server?
    Well thanks about QtRPC ,RPC
    I shall through about it

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.