Projects/Usability/HIG/SOU Workspace/Tool Box: Difference between revisions

From KDE TechBase
No edit summary
Line 5: Line 5:
=== Toolbox appearance/behavior ===
=== Toolbox appearance/behavior ===
* Provide only one toolbox for your application.
* Provide only one toolbox for your application.
* Use a [[docker]] for the toolbox.
* Use a [[../SOU_Workspace/Toolbar/Docker|docker]] for the toolbox.
* Use the header "Tools".
* Use the header "Tools".
* Make a toolbox two items wide by default.
* Make a toolbox two items wide by default.
Line 13: Line 13:
* Make the tools modal.
* Make the tools modal.
* Provide a simple selection tool and make it the default when the application is started.
* Provide a simple selection tool and make it the default when the application is started.
* Don't use tools in a toolbox open other windows. Use the [[toolbar]] for those.
* Don't use tools in a toolbox open other windows. Use the [[../SOU_Workspace/Toolbar|toolbar]] for those.

Revision as of 21:21, 14 September 2008

A toolbox provides convenient access to a set of actions and toggles through a set of small toolbar-like buttons. These tools are used to create or manipulate elements within the current document.

Guidelines

Toolbox appearance/behavior

  • Provide only one toolbox for your application.
  • Use a docker for the toolbox.
  • Use the header "Tools".
  • Make a toolbox two items wide by default.

Tool appearance/behavior

  • Use only icons in the toolbox, assign a tooltip to each tool.
  • Make the tools modal.
  • Provide a simple selection tool and make it the default when the application is started.
  • Don't use tools in a toolbox open other windows. Use the toolbar for those.