Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cardinalby/time_delta
Time delta class for Qt
https://github.com/cardinalby/time_delta
Last synced: about 5 hours ago
JSON representation
Time delta class for Qt
- Host: GitHub
- URL: https://github.com/cardinalby/time_delta
- Owner: cardinalby
- Created: 2014-03-10T13:53:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-17T14:57:19.000Z (about 10 years ago)
- Last Synced: 2023-08-18T06:51:17.391Z (about 1 year ago)
- Language: C++
- Size: 164 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
time_delta
==========Simple time delta (span of time) class for Qt. Use it in Qt project to represent difference between two time moments.
This class has interface like Chromium's TimeDelta.Also defined operators to work with QDateTime, QDate, QTime.