42 lines
1.7 KiB
CSS
42 lines
1.7 KiB
CSS
/* Button Flash */
|
|
QPushButton[ssType="devManager"][ssName="devFlash"] {
|
|
image: url(:/res/DeviceManager/FlashArea_u.png);
|
|
color:rgba(255,255,255,1);
|
|
padding-left:0px;
|
|
padding-right:0px;
|
|
padding-top:0px;
|
|
padding-bottom:0px;
|
|
}
|
|
QPushButton[ssType="devManager"][ssName="devFlash"]:pressed {
|
|
image: url(:/res/DeviceManager/FlashArea_s.png);
|
|
}
|
|
QPushButton[ssType="deviceItemTool"][ssName="deviceDetail"] { image: url(:/res/DeviceManager/bnDetail.png); }
|
|
QPushButton[ssType="deviceItemTool"][ssName="deviceDetail"]:hover { background-color: #C1C1C1;}
|
|
QPushButton[ssType="deviceItemTool"][ssName="deviceReadbackPic"] { image: url(:/res/DeviceManager/deviceReadbackPic.png); }
|
|
QPushButton[ssType="deviceItemTool"][ssName="deviceReadbackPic"]:hover { background-color: #C1C1C1;}
|
|
/*QPushButton[ssType="deviceItemTool"][ssName="deviceDetail"]:pressed { image: url(:/res/ProgramManager/bnDetail_s.png); }*/
|
|
|
|
|
|
|
|
QComboBox[ssType="devManager"][ssName="devFlashSpeciallyIP"] {
|
|
color: rgba(236,236,236,1);
|
|
border: 0px;
|
|
}
|
|
QComboBox[ssType="devManager"][ssName="devFlashSpeciallyIP"]::drop-down {
|
|
image: url(:/res/DeviceManager/FlashArrow_u.png);
|
|
}
|
|
QComboBox[ssType="devManager"][ssName="devFlashSpeciallyIP"]::drop-down:on {
|
|
image: url(:/res/DeviceManager/FlashArrow_s.png);
|
|
}
|
|
QComboBox[ssType="devManager"][ssName="devFlashSpeciallyIP"]::down-arrow {
|
|
image: url(:/res/DeviceManager/FlashArrow.png);
|
|
}
|
|
QComboBox[ssType="devManager"][ssName="devFlashSpeciallyIP"] QAbstractItemView::item {
|
|
height: 36;
|
|
color:rgba(255,255,255,1);
|
|
}
|
|
QComboBox[ssType="devManager"][ssName="devFlashSpeciallyIP"] QAbstractItemView::item:selected
|
|
{
|
|
background-color: #1C9AD2;
|
|
}
|