Projects/Usability/HIG/Date Time Pickers

From KDE TechBase
< Projects‎ | Usability‎ | HIG
Revision as of 14:44, 27 June 2013 by Agateau (talk | contribs) (Add new screenshot and list of implementation classes)

Purpose

Date time pickers allows the user to type or pick a date, a time, or both.

Guidelines

  • When selecting a date, if space is limited, use a KDateComboBox or a KDateWidget. If more room is available, use a KDatePicker.
  • When user must select both start and end date/times, make the default end date/time aware of the start date/time: when the user sets a start date, switch the end date at least to the same date.

Implementation

Time-only controls

Date-only controls

Date-time controls