结构更新

This commit is contained in:
2026-07-24 09:17:13 +08:00
parent a13a0e15f2
commit 7091ff5d79
6 changed files with 244 additions and 364 deletions
+2 -4
View File
@@ -5,10 +5,8 @@
#endif
#include "./BackEnd/MainWidget.h"
#include "Application.h"
#include "YSGraphic_Core/base/Plot.h"
int main(int argc, char *argv[]) {
#include "YSGraphic_Core/architecture/export.h"
int main(int argc, char* argv[]) {
Application app(argc, argv);
Application::setAttribute(Qt::AA_UseHighDpiPixmaps);
BackEnd::instance();