Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.7.3, 6.8.0
-
None
Description
Setting the Qt::WindowDoesNotAcceptFocus flag on Windows changes the window decoration.
Code sample:
import QtQuick Window { width: 200 height: 200 visible: true flags: Qt.WindowDoesNotAcceptFocus }
Result (unexpected):
Attachments
Issue Links
- relates to
-
QTBUG-130912 [Windows] Child window with Qt.WindowDoesNotAcceptFocus flag set still grabs focus
- Closed