diff --git a/bin/defaultstyle.qss b/bin/defaultstyle.qss index f60cd33..3097f89 100644 --- a/bin/defaultstyle.qss +++ b/bin/defaultstyle.qss @@ -19,8 +19,9 @@ QPushButton#btnShem{ background: rgb(255, 255, 255); color: #666666;font-family: QPushButton#btnShem:hover{color: black;background: rgb(255, 255, 255);color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal; border-radius: 4px; } QPushButton#btnShem:pressed{color: black; background: rgb(255, 255, 255);color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal; border-radius: 4px;} QPushButton#btnShem:checked{ color: white;background: #0D9DDB;border-radius: 8px; } -QLabel#labSchemeNum,#labSchemePoints,#labSchemePointsparam{font-family: 思源黑体;font-size: 26px;font-weight: 500;font-family: 思源黑体;font-weight: 500;color:#054578;} - QLabel#labScheme{font-family: 思源黑体;font-size: 32px;font-weight: 500;font-family: 思源黑体;font-weight: 500;color: #0D9DDB;} +QLabel#labSchemeNum,#labSchemePoints,#labSchemePointsparam{font-family: 思源黑体;font-size: 26px;font-weight: 500;color:#054578;} + QLabel#labScheme{font-family: 思源黑体;font-size: 32px;font-weight: 500;color: #0D9DDB;} + QLabel#labDesShec{font-family: Source Han Sans;font-size: 16px;font-weight: 500;color: #999999;} QLineEdit { border: 1px solid #ABCDA0; diff --git a/bin/xyylMCWEACSystem.exe b/bin/xyylMCWEACSystem.exe index c39e7cb..053b159 100644 Binary files a/bin/xyylMCWEACSystem.exe and b/bin/xyylMCWEACSystem.exe differ diff --git a/xyylMCWEACSystem/leadscheme.cpp b/xyylMCWEACSystem/leadscheme.cpp index 54225ba..9d3d36c 100644 --- a/xyylMCWEACSystem/leadscheme.cpp +++ b/xyylMCWEACSystem/leadscheme.cpp @@ -236,6 +236,7 @@ void LeadScheme::initLay() hbtn->addStretch(); gridlayOut->addLayout(hbtn,14,colmn-1,1,1); QLabel * desLab = new QLabel; + desLab->setObjectName("labDesShec"); desLab->setText("1 选择重构方式0-9\n(注意:0方式不能重构\n2 左键点击重构选择测参点\n3左键点击部位要选择的点)"); gridlayOut->addWidget(desLab,15,colmn-1,3,1);