From ed3d3f7228730c4c19de912f7ed7014238638e10 Mon Sep 17 00:00:00 2001 From: "DESKTOP-450PEFP\\mainc" Date: Tue, 12 May 2026 11:10:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BD=AF=E4=BB=B6=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=90=8D=E7=A7=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logPlus/formdraw.cpp | 1 - logPlus/logplus.vcxproj | 5 +++-- logPlus/logplus.vcxproj.filters | 7 +++++-- logPlus/mainwindow.cpp | 4 ++-- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/logPlus/formdraw.cpp b/logPlus/formdraw.cpp index ac8a5d6..de848ab 100644 --- a/logPlus/formdraw.cpp +++ b/logPlus/formdraw.cpp @@ -13,7 +13,6 @@ #include "PropertyWidget.h" #include "DrawTvd.h" #include "DepthProgress.h" -#include "CylinderImagePlot.h" //以下参数从配置文件读取 extern int g_iOneWidth; //道宽 diff --git a/logPlus/logplus.vcxproj b/logPlus/logplus.vcxproj index 4b6519b..87649cd 100644 --- a/logPlus/logplus.vcxproj +++ b/logPlus/logplus.vcxproj @@ -11,6 +11,7 @@ + @@ -45,7 +46,6 @@ - @@ -158,7 +158,6 @@ - @@ -196,6 +195,7 @@ + @@ -245,6 +245,7 @@ + diff --git a/logPlus/logplus.vcxproj.filters b/logPlus/logplus.vcxproj.filters index cfa533f..0e91b07 100644 --- a/logPlus/logplus.vcxproj.filters +++ b/logPlus/logplus.vcxproj.filters @@ -316,7 +316,7 @@ Header Files - + Header Files @@ -666,7 +666,7 @@ Source Files - + Source Files @@ -736,5 +736,8 @@ Form Files + + Form Files + \ No newline at end of file diff --git a/logPlus/mainwindow.cpp b/logPlus/mainwindow.cpp index 4e05acd..658b77c 100644 --- a/logPlus/mainwindow.cpp +++ b/logPlus/mainwindow.cpp @@ -65,7 +65,7 @@ MainWindow::MainWindow(QWidget *parent) : //setWindowState(Qt::WindowMaximized);//最大化 // - this->setWindowTitle(tr(" 中国石化一体化测井软件平台 LogPlus")); + this->setWindowTitle(tr(" 中国石化测录井一体化软件平台 LogPlus3.0")); this->setWindowIcon(QIcon(":/qrc/logo.ico")); //加载样式 @@ -217,7 +217,7 @@ void MainWindow::initTitleBar() { QMenuBar* m_MenuBar = this->menuBar(); m_MenuBar->setStyleSheet("QMenuBar{font-size: 10.5pt; min-height:28px;}"); - + m_MenuBar->hide(); // QMenu* m_projectMenu = this->menuBar()->addMenu(tr("工区管理(&F)")); //添加子菜单