14. Specialized Widgets

14.1 QDateTimeEdit

An icon of a clipboard-list1

You are developing a task management tool where each task requires both a start datetime and a due datetime. You use QDateTimeEdit with its built-in calendar popup enabled to let users select full date-and-time values in one convenient widget.

14.2 QCalendarWidget

An icon of a clipboard-list1

You want to provide a full visual monthly calendar in your application so users can browse dates and see which days contain scheduled events. You implement QCalendarWidget and customize it with QTextCharFormat to highlight important dates.

14.3 QKeySequenceEdit

14.4 QFontComboBox