ActionMenuBar QML Type
Presents all ActionCollections belonging to an application as a menu bar. More...
| Import Statement: | import org.kde.kirigamiaddons.actions |
| Inherits: |
Detailed Description
The menu bar uses the ActionMenu declarations from an ActionCollection. Contributions with the same menu name are merged, and named actions keep their original QAction state and trigger handlers.
KirigamiActions.ActionMenuBar {
application: root.application
}