Enum ActionContext

Defines where the user can invoke the action

enum ActionContext : int { ... }

Enum members

NameDescription
application In the whole application (modal windows will not pass shortcuts, though)
widget Only in associated widget, when it has focus
widgetTree In the widget and its children
window In a window the widget belongs