• Icon: Technical task Technical task
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • None
    • None
    • None

      • All top level QWidgets are QWindows
      • Any child QWidget can become a native QWindow via winId() or Qt::WA_NativeWindow
        • Results in ancestors also becoming native unless WA_DontCreateNativeAncestors is set
        • Results in siblings becoming native unless AA_DontCreateNativeWidgetSiblings is set
        • Both of these are on by default
          • Likely makes it easier to handle clipping, etc
      • Arbitrary QWindows can be inserted into the widget hierarchy via QWidget::createWindowContainer()
        • QWindowContainer takes care of observing the effective position of the widget
          • Translates this to the window
        • Observed parent changes, etc

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

            vestbo Tor Arne Vestbø
            vestbo Tor Arne Vestbø
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes