Tab key navigation - focusPolicy: Qt.TabFocus ignored on mac os
Unsolved
General and Desktop
-
Hello!
I tried to use this code to change activeFocus between controls with pressing Tab key.
But it doesn't work on macOS. I checked this example on Windows - it works perfectly.
Could anybody give me some reason, how to win it?Example with using FocusScope works, but not convenient to use it in my project, because of multiple encapsulation of components.