Qt 6.11 is out! See what's new in the release
blog
Qt 5.6.1: cannot disable a menu on OS X anymore?
-
Until I upgraded to Qt 5.6.x, I could disable my whole application (by using
setEnabled(false)) and this would, as a result, disable my application's menu too. However, since I have upgraded to Qt 5.6.x, this is not working on OS X anymore (while it's fine on Windows and Linux). I was therefore wondering whether this is something others had noticed too and whether there is a known workaround?Cheers, Alan.
PS: I believe this is to be Qt bug, so I went ahead and created a bug report for it, just in case.