res:添加图标

This commit is contained in:
2024-05-15 12:10:32 +08:00
parent 44f1f74c56
commit 12e8330fb6
6 changed files with 10 additions and 2 deletions

View File

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