I grepped all of the .mm files in Qt 5.12.3 source and no where can any of these search terms be found:
setTabbingMode
NSWindowTabbingModeDisallowed
setAllowsAutomaticWindowTabbing
In fact a grep for just "Tabbing" in the mm files brings up nothing.
So this issue does not appear to be on Qt's radar at all as they do not have any code to allow or disallow it.
The change may have to come in Qt itself.
I wonder if QtCreator has anything for controlling this.
KevinH
Quote:
Originally Posted by DiapDealer
Man, that was some awkward searching, too! Surely Qt will eventually offer a way to incorporate something like this, no? I'm really surprised there's not more people screaming about it.
|