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. RDP implementation in QT
Qt 6.11 is out! See what's new in the release blog

RDP implementation in QT

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 2.7k Views 1 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.
  • B Offline
    B Offline
    Balaji N
    wrote on last edited by
    #1

    Hi,

    Need the RDP. Any class in QT? Any examples?
    How to implement the RDP in QT?

    -Thanks.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Nothing in Qt for that.
      Its huge task and pretty complex but you can use an existing library
      https://github.com/FreeRDP/FreeRDP
      or something similar.

      However, what do you need it for?
      Most of the time the OS already support RDP and have both server and client installed.

      1 Reply Last reply
      2
      • B Offline
        B Offline
        Balaji N
        wrote on last edited by
        #3

        Hi,
        Thanks for the reply.

        Using RDP, if I get the user inputs, in QT, how to send this user inputs to OS/System?
        Any ideas?

        mrjjM 1 Reply Last reply
        0
        • B Balaji N

          Hi,
          Thanks for the reply.

          Using RDP, if I get the user inputs, in QT, how to send this user inputs to OS/System?
          Any ideas?

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Balaji-N
          Using RDP, any remote action will be sent to the target pc for execution.
          Depending on the platform, there is the native API calls to send events to the OS.

          But why on earth you need to do that?

          1 Reply Last reply
          2
          • B Offline
            B Offline
            Balaji N
            wrote on last edited by
            #5

            @mrjj
            Thanks for the reply.
            Using QT, I am trying like team viewer for some reasons.

            Whether QT provides some APIs (Platform Independent) to send the user inputs to OS?
            Or Need to call the native apis to send the events?

            mrjjM 1 Reply Last reply
            0
            • B Balaji N

              @mrjj
              Thanks for the reply.
              Using QT, I am trying like team viewer for some reasons.

              Whether QT provides some APIs (Platform Independent) to send the user inputs to OS?
              Or Need to call the native apis to send the events?

              mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @Balaji-N
              Hi
              ok so a team viewer clone :)

              I have not seen any such Qt calls for talking to Os but I cant say 100% there is none.

              1 Reply Last reply
              0

              • Login

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