Holla, is there an easy way to add 2 QTimes? Example I have a startTime and a travelTime. I manually set the start and travel times. What I need to do is dif(startTime, travelTime) and then add this returned time to the startTime. I know in .net its just one line....dateTime.addDateTime(dateTime) pretty simple. Any help would be greatly appreciated.