Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    VNCViewer Widget

    General and Desktop
    4
    5
    6691
    Loading More Posts
    • 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
      noarrt last edited by

      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 Reply Quote 0
      • p3c0
        p3c0 Moderators last edited by

        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 Reply Quote 0
        • raven-worx
          raven-worx Moderators last edited by

          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 Reply Quote 0
          • N
            noarrt last edited by

            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 Reply Quote 0
            • amatha
              amatha last edited by

              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 Reply Quote 0
              • First post
                Last post