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
- Host: GitHub
- URL: https://github.com/flopp/qtdatetimeeditor
- Owner: flopp
- License: mit
- Created: 2015-11-17T22:41:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T23:54:19.000Z (about 2 years ago)
- Last Synced: 2025-03-24T12:07:57.872Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QtDateTimeEditor
A user and keyboard friendly alternative to Qt's QDateTimeEdit. MIT licensed.

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