theme:改flat主题。

This commit is contained in:
2024-05-24 10:18:01 +08:00
parent 09fcacb4f7
commit 33064c7cb3
2 changed files with 8 additions and 7 deletions

View File

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