QTime current_time = QTime::currentTime();
QString str;
str.append(current_time.toString("(hh:mm:ss.zzz)"));
QTime current_time = QTime::currentTime();
QString str;
str.append(current_time.toString("(hh:mm:ss.zzz)"));