Obsolete Members for MainView
The following members of QML type MainView are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- actionManager : ActionManager
(obsolete)
- actions : list<Action>
(obsolete)
- automaticOrientation : bool
(obsolete)
Property Documentation
[read-only] actionManager : ActionManager |
The ActionManager that supervises the global and local ActionContexts. The actions property should be used preferably since it covers most use cases. The ActionManager is accessible to have a more refined control over the actions, e.g. if one wants to add/remove actions dynamically, create specific action contexts, etc.
[read-only] actions : list<Action> |