Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
5.7
-
None
-
OS X, Windows
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
- relates to
-
QTBUG-130912 [Windows] Child window with Qt.WindowDoesNotAcceptFocus flag set still grabs focus
- Closed