An open API service indexing awesome lists of open source software.

https://github.com/flopp/qtdatetimeeditor

A user and keyboard friendly alternative to Qt's QDateTimeEdit
https://github.com/flopp/qtdatetimeeditor

Last synced: about 1 year ago
JSON representation

A user and keyboard friendly alternative to Qt's QDateTimeEdit

Awesome Lists containing this project

README

          

# QtDateTimeEditor

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

![Animation](https://raw.githubusercontent.com/flopp/flopp.github.io/master/QtDateTimeEditor/animation.gif)

## 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