#include "mainwindow.h" #include #include int main(int argc, char *argv[]) { QApplication a(argc, argv); QLOG::QLogManger::this_()->setSaveFilePath("D:/logs/"); auto qtlog = QLOG::QLogManger::this_()->qDebugLog(); qtlog->setOutState(QLOG::File); auto log = QLOG::QLogManger::this_()->baseLog(); log->setOutState(QLOG::File); MainWindow w; w.showMaximized(); return a.exec(); } // TODO: 打包详情,UI and code // 数据库有层级,注意同步单位为码单