ActionCollectionManager QML Type

Central class to instantiate in the application root qml file. More...

Import Statement: import org.kde.kirigami.actioncollection

Properties

Detailed Description

Instantiate this class in the root qml file of the application to init shortcut configuration and as central repository for action collections. It also provides a ready made collection called "org.kde.globalactions" which includes actions for configuring shortcuts, finding actions and the usual about app/about KDE actions.

Property Documentation

collections : list<ActionCollection> [default]

All the collections used in the application, define them just in this central place

pageRow : Kirigami.PageRow [required]

The central pageRow for this application: it will be used to create the shortcut configuration dialog