compile:修正linux编译通过。

This commit is contained in:
2024-05-29 10:06:28 +08:00
parent 488f0b45b7
commit 2f119e8273
4 changed files with 13 additions and 9 deletions

View File

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