diff --git a/bin/xyylMCWEACSystem.exe b/bin/xyylMCWEACSystem.exe index f2a3f45..4337137 100644 Binary files a/bin/xyylMCWEACSystem.exe and b/bin/xyylMCWEACSystem.exe differ diff --git a/xyylMCWEACSystem/leadscheme.cpp b/xyylMCWEACSystem/leadscheme.cpp index 2edb69b..2b104d3 100644 --- a/xyylMCWEACSystem/leadscheme.cpp +++ b/xyylMCWEACSystem/leadscheme.cpp @@ -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() {