调整文件描述的样式

This commit is contained in:
work-zym\zhangyiming 2024-12-20 11:25:16 +08:00
parent 2869d15a26
commit 87f0b2d34b
3 changed files with 4 additions and 2 deletions

View File

@ -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;

Binary file not shown.

View File

@ -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);