Projects/Usability/HIG/StatusBar: Difference between revisions

From KDE TechBase
< Projects‎ | Usability‎ | HIG
(HIG moved to community)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
__NOTOC__
{{ Moved To Community | KDE_Visual_Design_Group/HIG/StatusBar }}
 
== Purpose ==
A ''status bar'' is an area at the bottom of a primary window that displays information about the current window's state, background tasks, or other contextual information.
 
The status bar ‘frames’ the form and, thereby, has a white-space function which is part of the operating system or desktop environment branding . Because secondary forms like dialog boxes must not use a status bar it denotes a form as primary window too.
 
== Examples ==
 
== Guidelines ==
=== Is this the right control ===
* Provide a status bar in the main window of every standard application.
* Do not display a status bar in secondary or internal windows.
===  Behavior ===
* Do not use status bars for crucial information. Users should never have to know what is in the status bar. Otherwise consider to use [[Projects/Usability/HIG/Tooltip| tool-tips]] or a [[Projects/Usability/HIG/MessageWidget|message panel]].
* Do not use the status bar to display advisory messages in place of standard [[Projects/Usability/HIG/Tooltip|tool-tips]].
* Consider to make status bar areas interactive, e.g. with a slider to zoom content. The interaction with controls placed within the status bar is a convenience feature and must not be the only way to execute an action.
* Do not hide the status bars by default. If configurable, users should easily be able to make it viewable again.
 
===  Appearance ===
* When different information are shown the content of a status bar should be structured in panels.
* Keep the status bar plain; do not add icons.
==  Implementation ==
 
[[Category:Usability]][[Category:Behavior]][[Category:Viewing_and_Navigation]][[Category:Access_functions]]

Latest revision as of 12:09, 4 August 2016

This page is now on the community wiki.