Unimenu
With unimenu you create menus in apps from a config, with only a few lines of code.
https://github.com/hannesdelbeke/unimenu
Backlinks¶
- Unreal add menu
- challenging to keep documentation updated
- I’m starting to run into issues with my bigger projects that are organic and change or grow a lot
big projects need not only code updates, but also documentation updates.
- I’m starting to run into issues with my bigger projects that are organic and change or grow a lot
- Maya command launcher
- Maya print menus
- unimenu uses the build-in methods
- Unreal icons
- link to sample icon menu unimenu
- qt unimenu issue
- In unimenu, I ran into an issue with pyside6 ( Qt), actions are moved from
QtWidgets
toQtGui
, so pyside6 apps didn’t work.
https://www.pythonguis.com/faq/pyqt5-vs-pyqt6/
- In unimenu, I ran into an issue with pyside6 ( Qt), actions are moved from