Skip to content

Button/ToolButton: allow menu arrows to be added by Accessible.role

Noah Davis requested to merge work/ndavis/accessible-menubutton into master

set Accessible.role: Accessible.ButtonMenu on a Button or ToolButton to tell KQuickStyleItem that the button should be a menu button. You can still use the old way of setting background.showMenuArrow to true in onCompleted for ToolButton.

Merge request reports