Human Interface Guidelines
  • Introduction
  • Layout
  • Style
  • Components
  • Command Patterns
    • Controls within Content
    • Drawers
    • Menubar
    • On-Demand Controls
    • Patterns for a Simple Command Structure
    • Toolbar
  • Content Patterns
  • Navigation Patterns
  • Accessibility
  • Platform
  • About
  • Contribute
  • Generate media
  • Glossary
Human Interface Guidelines
  • Docs
  • Command Patterns
  • Menubar
  • View page source

Menubar¶

Menubar
  • Use the Menubar pattern when access to the full command structure is necessary to complete the primary tasks of the application.

  • Commands are also exposed using toolbars, context menus, a context panel or by direct manipulation of content.

  • Commands in the menubar should generally be globally applicable. Consider using a context panel or a context menu for commands that are specific to the current selection.

Examples¶

IDE, Text Editor, Image editor, Audio/video editor, Document editor, Spreadsheet editor

Next Previous

© Copyright 2019, KDE. Licensed under Creative Commons License SA 4.0

Built with Sphinx using a theme provided by Read the Docs.