Guidelines:Menu Bar

From KDE-HIG_Wiki

The menubar appears at the top of a main window and provides access to all commands and most of the settings available in an application. It contains menu titles which describe the content of each menu. Each menu title is accessible by accelerator keys, which must be set by the developer.

Guidelines

  • Group menus in consistency with the KDE standard menu bar (see Implementation Suggestions).
  • Provide a menubar in every application main window
  • Do not display menubars in secondary or internal windows (see Special Cases)
  • Menu item titles should be listed in a standard order
  • Provide accelerator keys for every menu title in the menubar
  • Do not disable menu titles even if no items under that menu are available
  • Menu titles on a menubar appear as a single word with the first letter capitalized
  • Spaces, compound words (e.g. ToolOptions), and hyphens (e.g. Tool-Options) make words harder to read and recognize
  • Never make the menubar 'hideable', users may not easily be able to make the menubar viewable again


Accessibility Notes


Implementation Suggestions


Standard Menu Bar

Sequence of menus in the menu bar.


See Also

Menus


Related To

Context Menu

Drop Down Menu

Menu Items

Submenus