theme:改为fusion主题。

This commit is contained in:
2024-05-19 23:14:31 +08:00
parent 8cb4d5aa2f
commit 34174d94f1
2 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ int main(int argc, char *argv[])
#ifdef _WIN32
QFont font("Microsoft YaHei", 9);
a.setFont(font);
//a.setStyle("fusion");
a.setStyle("fusion");
#endif
MainWidget w;