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)"));
//添加子菜单