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

Share overlay through VncItem

    XMLWordPrintable

Details

    • 6c44af9a0 (dev), 890059768 (6.5)

    Description

      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
        }
       }
      }
      

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes