Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.