新增无边框方案项目
This commit is contained in:
15
frameless/head.h
Normal file
15
frameless/head.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#include <QtCore>
|
||||
#include <QtGui>
|
||||
|
||||
#if (QT_VERSION > QT_VERSION_CHECK(5,0,0))
|
||||
#include <QtWidgets>
|
||||
#endif
|
||||
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(6,0,0))
|
||||
#include <QtCore5Compat>
|
||||
#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")
|
||||
|
||||
Reference in New Issue
Block a user