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

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>

A global list of actions that will be available to the system (including HUD) as long as the application is running. For actions that are not always available to the system, but only when a certain Page is active, see the actions property of Page.


automaticOrientation : bool