style:改回windows风格。

This commit is contained in:
2024-09-14 09:38:05 +08:00
parent e1ef813032
commit 27993d9cce
2 changed files with 7 additions and 5 deletions

View File

@@ -16,6 +16,8 @@ int main(int argc, char *argv[])
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
#endif
a.setStyle("windows");
MainWidget w;
w.set_work_exe(argv[0]);
w.show();