/QtDateTimeEditor

A user and keyboard friendly alternative to Qt's QDateTimeEdit

Primary LanguageC++MIT LicenseMIT

QtDateTimeEditor

A user and keyboard friendly alternative to Qt's QDateTimeEdit. MIT licensed.

Animation

Features:

  • Easy keyboard navigation using cursor and tab keys
  • Direct editing of the date/time using the number and cursor (up + down) keys - no need to select the digit groups as with QDateTimeEdit
  • Integrated visual validation of input (invalid/missing digits are highlighted)

Building the Demo:

cd demo
qmake
make
./demo

Author:

Florian Pigorsch mail@florian-pigorsch.de