修改软件标题名称。
This commit is contained in:
parent
848d5edd68
commit
ed3d3f7228
|
|
@ -13,7 +13,6 @@
|
|||
#include "PropertyWidget.h"
|
||||
#include "DrawTvd.h"
|
||||
#include "DepthProgress.h"
|
||||
#include "CylinderImagePlot.h"
|
||||
|
||||
//以下参数从配置文件读取
|
||||
extern int g_iOneWidth; //道宽
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<QtMoc Include="selectlinedialog.h" />
|
||||
<QtMoc Include="TransparentDraggableLine_Master.h" />
|
||||
<QtMoc Include="wellheader.h" />
|
||||
<QtMoc Include="selectwelldialog.h" />
|
||||
|
|
@ -45,7 +46,6 @@
|
|||
<ClInclude Include="CStringType.h" />
|
||||
<ClInclude Include="CurveLine.h" />
|
||||
<ClInclude Include="customellipse.h" />
|
||||
<QtMoc Include="CylinderImagePlot.h" />
|
||||
<ClInclude Include="DepPairs.h" />
|
||||
<ClInclude Include="DrawTvd.h" />
|
||||
<QtMoc Include="formhead.h" />
|
||||
|
|
@ -158,7 +158,6 @@
|
|||
<ClCompile Include="CurveLine.cpp" />
|
||||
<ClCompile Include="customtabbar.cpp" />
|
||||
<ClCompile Include="customtabwidget.cpp" />
|
||||
<ClCompile Include="CylinderImagePlot.cpp" />
|
||||
<ClCompile Include="DepPairs.cpp" />
|
||||
<ClCompile Include="DrawNrad.cpp" />
|
||||
<ClCompile Include="DrawTvd.cpp" />
|
||||
|
|
@ -196,6 +195,7 @@
|
|||
<ClCompile Include="qtcenterwidgets.cpp" />
|
||||
<ClCompile Include="qtcommonclass.cpp" />
|
||||
<ClCompile Include="qtprojectwidgets.cpp" />
|
||||
<ClCompile Include="selectlinedialog.cpp" />
|
||||
<ClCompile Include="selectwelldialog.cpp" />
|
||||
<ClCompile Include="totalTitleBar.cpp" />
|
||||
<ClCompile Include="TransparentDraggableCorePhysics.cpp" />
|
||||
|
|
@ -245,6 +245,7 @@
|
|||
<QtUic Include="newheaddialog.ui" />
|
||||
<QtUic Include="qtcenterwidgets.ui" />
|
||||
<QtUic Include="qtprojectwidgets.ui" />
|
||||
<QtUic Include="selectlinedialog.ui" />
|
||||
<QtUic Include="selectwelldialog.ui" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
|
|
|
|||
|
|
@ -316,7 +316,7 @@
|
|||
<QtMoc Include="CallManage.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</QtMoc>
|
||||
<QtMoc Include="CylinderImagePlot.h">
|
||||
<QtMoc Include="selectlinedialog.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</QtMoc>
|
||||
</ItemGroup>
|
||||
|
|
@ -666,7 +666,7 @@
|
|||
<ClCompile Include="CallManage.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="CylinderImagePlot.cpp">
|
||||
<ClCompile Include="selectlinedialog.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
|
|
@ -736,5 +736,8 @@
|
|||
<QtUic Include="selectwelldialog.ui">
|
||||
<Filter>Form Files</Filter>
|
||||
</QtUic>
|
||||
<QtUic Include="selectlinedialog.ui">
|
||||
<Filter>Form Files</Filter>
|
||||
</QtUic>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
@ -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)"));
|
||||
//添加子菜单
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user