PDA

View Full Version : Embed VNC Viewer



NoRulez
18th August 2009, 21:15
Hey @all,

did anybody know a way/libraries to embed a VNC into a QWidget?
There could also be other protocols than VNC, but it must be VNC like.

Best Regards
NoRulez

axeljaeger
18th August 2009, 22:10
If you only want to target X11 you can have a look at KDE VNC viewers. I think they embedd some other client using XEmbedd. At least this is what they do to have RDP. Also VNC is a compareable simple protocoll. It would be nice if someone would develop a VNC widget. Do you have a particular server in mind? If you only have to target a single server, maybe you don't have to implement all.

NoRulez
24th August 2009, 07:28
Yes, i think to use tightvnc or XVnc as the server.

TightVNC i can use on Windows, Mac and Linux, so i think it's the better choice.

Best Regards
NoRulez

afal_muhammad
15th March 2021, 07:06
Yes, i think to use tightvnc or XVnc as the server.

TightVNC i can use on Windows, Mac and Linux, so i think it's the better choice.

Best Regards
NoRulez

Have you embed tightVnc into your pyqt5 application?.Were you able to acheive this?.Can you help me with the code.? I want to embed any vnc or rdp into my pyqt5 widget rather than opening it as seperate process in a seperate window.Please can you help me on how to achieve this.

d_stranz
15th March 2021, 16:03
You realize that this post is over 11 years old, right? And that "NoRulez" has not posted anything in this forum since 2011?

You would be better off using Google to find an answer, if there is one.