qt/LedOK/qss/21_DeviceSetting.css
2022-01-04 18:11:48 +08:00

44 lines
900 B
CSS

QPushButton#bnBrightnessAdjustMent {
image: url(:/res/bnBrightnessAdjustMent_s.png);
}
QPushButton#bnPowerControl {
image: url(:/res/bnPowerControl_s.png);
}
QPushButton#bnNetConfig {
image: url(:/res/bnNetConfig_s.png);
}
QPushButton#bnVerifyClock {
image: url(:/res/bnVerifyClock_s.png);
}
QPushButton#bnHdmiInput {
image: url(:/res/Hdmi.png);
}
QPushButton#bnVolume {
image: url(:/res/volume.png);
}
QPushButton#bnTest {
image: url(:/res/test.png);
}
QPushButton#bnLora {
image: url(:/res/Lora.png);
}
QPushButton#bnEncrypt {
image: url(:/res/encrypt.png);
}
QPushButton#bnAdvParam {
image: url(:/res/AdvParam.png);
}
QPushButton[ssType="blutType"]{
background-color: #1C9AD2;
}
QPushButton[ssType="blutType"]:hover{
background-color: #2CBAE2;
text-decoration: underline;
}
QPushButton[ssType="blutType"]:pressed {
background-color: #1C9AD2;
}