HM-SPMS/resource/zh/style/light/debug_tool.qss
2025-03-20 17:30:43 +08:00

96 lines
2.2 KiB
Plaintext

QPushButton#searchButton{
border:1px solid #CACACA;
background:#F5F5F5;
image:url(../../resource/zh/public/light/icon/search.png);
}
QPushButton#searchButton:hover{
border:1px solid #99d1ff;
background:#cde8ff;
}
QPushButton#pushBtn_delPoint{
width:100px;
height:23px;
border:1px solid rgba(251,80,80,1);
border-radius:4px;
font-family:Microsoft YaHei;
font-size:14px;
}
MenuFrame QPushButton#btn_realalarm,
MenuFrame QPushButton#btn_realalarm:hover,
MenuFrame QPushButton#btn_realalarm:pressed,
MenuFrame QPushButton#btn_realalarm:checked,
MenuFrame PushButton#btn_realalarm:focus
{
background-image:url(../../resource/zh/public/light/icon/main_event_list.png);
}
MenuFrame QPushButton#btn_realdata,
MenuFrame QPushButton#btn_realdata:hover,
MenuFrame QPushButton#btn_realdata:pressed,
MenuFrame QPushButton#btn_realdata:checked,
MenuFrame PushButton#btn_realdata:focus{
background-image:url(../../resource/zh/public/light/icon/main_real_data.png);
}
MenuFrame QPushButton#btn_realdatabase,
MenuFrame QPushButton#btn_realdatabase:hover,
MenuFrame QPushButton#btn_realdatabase:pressed,
MenuFrame QPushButton#btn_realdatabase:checked,
MenuFrame PushButton#btn_realdatabase:focus{
background-image:url(../../resource/zh/public/light/icon/main_real_db.png) ;
}
MenuFrame QPushButton#btn_fessim,
MenuFrame QPushButton#btn_fessim:hover,
MenuFrame QPushButton#btn_fessim:pressed,
MenuFrame QPushButton#btn_fessim:checked,
MenuFrame PushButton#btn_fessim:focus{
background-image:url(../../resource/zh/public/light/icon/main_fes.png);
}
QToolButton
{
min-width: 80px;
min-height: 80px;
border :none;
background-color: #F2F8FF;
font-family:"Microsoft YaHei", sans-serif;
font-weight: 400;
font-size: 12px;
color: #004882;
line-height: 14px;
text-align: center;
font-style: normal;
text-transform: none;
}
QToolButton::hover
{
background-color:#C1DDFE;
}
QWidget#CCommTool QLabel
{
border: none;
font-family: "Microsoft YaHei", sans-serif;
font-weight: bold;
font-size: 14px;
color: #0B92FF;
line-height: 16px;
text-align: center;
font-style: normal;
text-transform: none;
}
QFrame#frame_division
{
background-color: #CFEFFF;
}
CCommTool QToolButton#mqttBtn,#msgbusBtn
{
margin-right: 5px;
}