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

VNCViewer Widget

Scheduled Pinned Locked Moved General and Desktop
5 Posts 4 Posters 8.6k 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.
  • N Offline
    N Offline
    noarrt
    wrote on last edited by
    #1

    Hey all. I am looking for a way to intergrate a VNCviewer (VNC client) as a widget in my project, any help or direction will be greatly appreciated!

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      If you are not using Windows and Qt 5.0 or greater then "qx11embedwidget":http://qt-project.org/doc/qt-4.7/qx11embedwidget.html might help you

      157

      1 Reply Last reply
      0
      • raven-worxR Offline
        raven-worxR Offline
        raven-worx
        Moderators
        wrote on last edited by
        #3

        do you want to embedd a existing application into a QWidget?

        Or do you want to implement a VNC functionality into your application?
        For implementation see these links may come useful to you:

        "libVNC":http://libvncserver.sourceforge.net (C library)

        "KRDC":https://projects.kde.org/projects/kde/kdenetwork/krdc/repository (KDE remote desktop written in Qt)

        --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
        If you have a question please use the forum so others can benefit from the solution in the future

        1 Reply Last reply
        0
        • N Offline
          N Offline
          noarrt
          wrote on last edited by
          #4

          Thanks, I took the embedding route, striving to use QX11EmbedContainer, I solved the problem of vncviewer not being an embeddable qx11embedwidget by turning to Xlib functions, and it worked just fine for a widget, however, my project display is in qml and requires me to use QGraphicsProxyWidget, this seems to eliminate the container's x window id and I can't use it...

          1 Reply Last reply
          0
          • amathaA Offline
            amathaA Offline
            amatha
            wrote on last edited by
            #5

            I know this one is an old topic but this widget I wrote a while back will allow using VNC view capability on any OS. It's a simple widget.

            http://amin-ahmadi.com/2016/09/23/full-featured-vnc-client-widget-for-qt/

            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