Menu
Backlinks¶
- Windows start menu
- Maya menu
- Unreal add menu
- When using Python in Unreal, you can add a python command to the menu.
- tooltip
- a tooltip is text that shows when you hover over a UI element
- Unity editor window - three dots menu
- every AAA Unity project has bad menu UX
- every unity project I worked on, has a messy menu setup.
- Maya add QWidget to menu
- QT right click menu
- make a menu in init of the main widget
- Unity editor menu
- Unity editor tools don’t support a menu bar by default.
- the drawback of shelves
- Either, you never add more than a few tools to a shelf,
A menu can contain multiple categories (sub menus), and often menus allow a menu item / menu command to live in multiple menus.
- Either, you never add more than a few tools to a shelf,