Projects/Usability/HIG/Tooltip: Difference between revisions

From KDE TechBase
< Projects‎ | Usability‎ | HIG
(HIG moved to community)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
{{ Moved To Community | KDE_Visual_Design_Group/HIG/Tooltip }}
 
== Purpose ==
A ''tool-tip'' is a small pop-up window that labels the unlabeled control being pointed to, such as toolbar controls without caption or command buttons. When providing more descriptive text the control is called ''info-tip''. Tips are a form of progressive disclosure, eliminating the need always to have descriptive text on the screen. This time-delay mechanism makes tips very convenient, but it also reduces their discoverability. When tips are used consistently they support user’s expectation and foster predictability.
 
== Examples ==
 
== Guidelines ==
* Use tips to label unlabeled controls and to provide additional information.
* Don’t use tips for warnings.
* Use user defined default timeouts for initialization, reshow, and removal. Don't disable auto hide feature.
* Keep tips brief, typically five words or less for tool-tips; whenever appropriate, provide keyboard shortcuts and default values.
* Format info-tips to make their content easier to read and scan by grouping and aligning the content. The information should be:
** concise: large, unformatted blocks of text are difficult to read and overwhelming
** helpful: it shouldn't be obvious or just repeat what is already on the screen)
** supplemental: important information should be communicated using self-explanatory control labels or in-place supplemental text)
** static: tips should not change from one instance to the next)
* Consider to add small info buttons for use tips with a touch screen.
 
== Implementation ==
 
[http://qt-project.org/doc/qt-4.8/qtooltip.html QToolTip]

Latest revision as of 12:09, 4 August 2016

This page is now on the community wiki.