Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
Currently there is no way to open menus programmatically and have it behave the same as when clicked by the user.
You can manually open and close menus directly, but then the MenuBar highlighting and left right arrow key behavior doesn't work properly because the MenuBar doesn't know the Menu has shown itself.
Exposing the MenuBar's activate methods to QML might be one solution.