From 1346968d9a36e4f37127d0dc0dbc3565e7ae254c Mon Sep 17 00:00:00 2001 From: 李太白3028 <2410382594@qq.com> Date: 星期二, 29 七月 2025 09:53:38 +0800 Subject: [PATCH] Merge branch 'master' of ssh://115.28.86.8:29418/~admin/天开景运_0405_250719 --- Server/杜国庆/code/BackgroundMon/BackgroundMon.pro | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git "a/Server/\346\235\234\345\233\275\345\272\206/code/BG_Mon_Subsystem/BG_Mon_Subsystem.pro" "b/Server/\346\235\234\345\233\275\345\272\206/code/BackgroundMon/BackgroundMon.pro" similarity index 81% rename from "Server/\346\235\234\345\233\275\345\272\206/code/BG_Mon_Subsystem/BG_Mon_Subsystem.pro" rename to "Server/\346\235\234\345\233\275\345\272\206/code/BackgroundMon/BackgroundMon.pro" index 281555c..79419fc 100644 --- "a/Server/\346\235\234\345\233\275\345\272\206/code/BG_Mon_Subsystem/BG_Mon_Subsystem.pro" +++ "b/Server/\346\235\234\345\233\275\345\272\206/code/BackgroundMon/BackgroundMon.pro" @@ -1,6 +1,6 @@ #------------------------------------------------- # -# Project created by QtCreator 2025-07-24T09:25:01 +# Project created by QtCreator 2025-07-28T17:19:28 # #------------------------------------------------- @@ -8,8 +8,10 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets -TARGET = BG_Mon_Subsystem +TARGET = BackgroundMon TEMPLATE = app + +QT += core gui charts sql # The following define makes your compiler emit warnings if you use # any feature of Qt which has been marked as deprecated (the exact warnings @@ -25,10 +27,10 @@ SOURCES += \ main.cpp \ - gb_mon_subsystem_mainwindow.cpp + mainwindow.cpp HEADERS += \ - gb_mon_subsystem_mainwindow.h + mainwindow.h FORMS += \ - gb_mon_subsystem_mainwindow.ui + mainwindow.ui -- Gitblit v1.8.0