调整导联方案样式

This commit is contained in:
work-zym\zhangyiming 2024-12-19 18:00:29 +08:00
parent e24034d65a
commit 1311b3ee41
2 changed files with 8 additions and 0 deletions

Binary file not shown.

View File

@ -235,6 +235,12 @@ void LeadScheme::initLay()
m_vlayHH->addWidget(btn);
btn->setCheckable(true);
m_listBtnsSchemes.append(btn);
btn->setStyleSheet("QPushButton{background-color: #0D9DDB; border-radius:4px; color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal;}\
QPushButton:hover{background: ##0D9DDB; border-radius:10px;padding:4px 10px;color: #666666; font-family: Source Han Sans; font-size: 30px;font-weight: normal; }\
QPushButton:pressed{ background: ##0D9DDB; border-radius:10px; padding:7px 10px;color: #666666; font-family: Source Han Sans; font-size: 30px;font-weight: normal; }\
QPushButton:checked{background: ##0D9DDB;border-radius:10px;padding:7px 10px; color: #666666; font-family: Source Han Sans; font-size: 30px;font-weight: normal;}");
}
m_vlayHH->addStretch();
@ -363,6 +369,8 @@ void LeadScheme::initLay()
vlayAll->addWidget(Wall);
//vlayAll->addLayout(hbtn);
setLayout(vlayAll);
setStyleSheet("QLabel{font-family: 思源黑体;font-size: 26px;font-weight: 500;color: #054578;}");
}
void LeadScheme::reLay()
{