ActionContext QML Type
An activation scope for declarative actions. More...
| Import Statement: | import org.kde.kirigamiaddons.actions |
Properties
- active : bool
- contextActive : bool
- parentContext : ActionContext
- priority : int
Detailed Description
Action contexts allow actions declared in a global ActionCollection to be active only while a page, document, or tool is active.
Property Documentation
active : bool
Whether this context is active.
contextActive : bool
Whether this context and all of its parent contexts are active.
parentContext : ActionContext
The parent context whose state also controls this context.
priority : int
The priority used to select the active context for an action.