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

Qt::WA_ShowWithoutActivating counterpart missing for QWindow

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.7
    • GUI: Window management
    • None
    • OS X, Windows

    • All

      As this is a widget attribute it is not available for QWindow derived classes like QQuickWindow/QQuickView.

      Workaround is to do the same thing that QWidget does:

      setProperty("_q_showWithoutActivating", QVariant(true));
      

      However this is Qt-internal and could break with some future release.

      Would it be feasible to introduce a window flag for this?

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

            Unassigned Unassigned
            njeisecke Nils Jeisecke
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes