fix:微调整。

This commit is contained in:
2024-07-14 22:39:43 +08:00
parent 8989202357
commit 281d09a3c8
4 changed files with 11 additions and 13 deletions

View File

@@ -7,12 +7,13 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
#ifdef _WIN32
QFont font("Microsoft YaHei", 9);
QFont font("Microsoft YaHei", 10);
a.setFont(font);
//a.setStyle("fusion");
a.setStyle("fusion");
#else
a.setStyle("windows");
#endif
a.setStyle("windows");
MainWidget w;
w.set_work_exe(argv[0]);
w.show();