Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
Qt::WA_KeyboardFocusChange window attribute which affects the focus indication in the widgets. The main idea is to reset this attribute to false for the window in case of mouse interaction with the UI. Or at least do it when the focus is changed with Qt::MouseFocusReason reason. For the latter option, a possible implementation in the difference file has been attached (Qt 6.9.1).