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