#include #include #if (QT_VERSION > QT_VERSION_CHECK(5,0,0)) #include #endif #if (QT_VERSION >= QT_VERSION_CHECK(6,0,0)) #include #endif #define TIMEMS qPrintable(QTime::currentTime().toString("HH:mm:ss zzz")) #define DATETIME qPrintable(QDateTime::currentDateTime().toString("yyyy-MM-dd HH:mm:ss")) #pragma execution_character_set("utf-8")