An open API service indexing awesome lists of open source software.

https://github.com/fuzun/qt-platformagnosticmenus

Qt Platform Agnostic Menus
https://github.com/fuzun/qt-platformagnosticmenus

platform-agnostic qt qt-menu qt-platform-abstraction qt-quick qt-quick-menu

Last synced: 7 months ago
JSON representation

Qt Platform Agnostic Menus

Awesome Lists containing this project

README

          

# qt-platformagnosticmenus
Qt Platform Agnostic Menus

With platform agnostic menu, action, and action group it is possible to flexibly use native and Qt Quick menus.

For example, you may switch between native (QMenu) and Qt Quick menus on demand,

## PlatformAgnosticMenu

This class is a common denominator for `QMenu` and `QQuickMenu`.

## PlatformAgnosticAction

This class is a common denominator for `QAction` and `QQuickAction`.

## PlatformAgnosticActionGroup

This class is a common denominator for `QActionGroup` and `QQuickActionGroup`.