Projects/Usability/HIG/Buttons: Difference between revisions

From KDE TechBase
< Projects‎ | Usability‎ | HIG
(Initial content.)
 
Line 6: Line 6:
* Use [[Projects/Usability/HIG/Capitalization|title style capitalization]] for the label.
* Use [[Projects/Usability/HIG/Capitalization|title style capitalization]] for the label.
* Buttons are not dynamic; their content or labels should not change depending on the context.
* Buttons are not dynamic; their content or labels should not change depending on the context.
* Don't initiate an action on right-click or double-click cause the user won't expect it.
* Prefer using icons on buttons only for ok, apply, cancel like actions. Passive actions like e.g. those in the "System Settings => Application Appearance => Fonts" don't have icons. Don't overboard with icons.
* Prefer using icons on buttons only for ok, apply, cancel like actions. Passive actions like e.g. those in the "System Settings => Application Appearance => Fonts" don't have icons. Don't overboard with icons.

Revision as of 00:09, 1 December 2010

A button initiates an action when the user clicks it.

Toggle buttons are a special case where a button has a state.

Guidelines

  • Use title style capitalization for the label.
  • Buttons are not dynamic; their content or labels should not change depending on the context.
  • Don't initiate an action on right-click or double-click cause the user won't expect it.
  • Prefer using icons on buttons only for ok, apply, cancel like actions. Passive actions like e.g. those in the "System Settings => Application Appearance => Fonts" don't have icons. Don't overboard with icons.