diff --git a/main.cpp b/main.cpp index 3f6d948..843ec62 100644 --- a/main.cpp +++ b/main.cpp @@ -9,14 +9,14 @@ int main(int argc, char *argv[]) #ifdef _WIN32 QFont font("Microsoft YaHei", 9); a.setFont(font); - a.setStyle("fusion"); + //a.setStyle("fusion"); #endif #if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); #endif - a.setStyle("windows"); + //a.setStyle("windows"); MainWidget w; w.set_work_exe(argv[0]); w.show();