theme:添加flatgray主题。

This commit is contained in:
2024-05-16 08:48:12 +08:00
parent 5957b42649
commit dbd694b94e
28 changed files with 730 additions and 2 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;