Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-108462

Share overlay through VncItem

XMLWordPrintable

    • 6c44af9a0 (dev), 890059768 (6.5)

      Overlay is basically another layer and is not visible through VNC by default. This makes items like ComboBox and Popup content to not show through VNC, even though it can be interacted with.

      For example:

      ApplicationWindow {
       visible: true
       VncItem {
        anchors.fill: parent
        ComboBox {
          model: 10
        }
       }
      }
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            tvete Paul Olav Tvete
            poikelin Joni Poikelin
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes