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

Qt::WA_ShowWithoutActivating counterpart missing for QWindow

    XMLWordPrintable

Details

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

    • All

    Description

      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?

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes