调整导联方案样式
This commit is contained in:
parent
e24034d65a
commit
1311b3ee41
Binary file not shown.
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user