I am trying to replace ACE_Time_Value and I want to print the current time as <second>.<microsecond> .
QDateTime has a function currentMSecsSinceEpoch() which return the time in millisecond. but I need a more refine the millisecond.
Milliseconds is the max resolution of QTime/QDateTime objects. I suspect you have to do your own implementation of a time-class if you need a higher resolution.
Regards
Gerd