Mini Kabibi Habibi
QWidget#wgtShowSummary
{
background-color: #ffffff;
box-shadow: 0px 8px 20px 0px
rgba(35, 38, 41, 0.15);
border:1px solid #cccccc;
}
/**
* 显示隐藏缩略图列表控件
*/
QPushButton#btnShow:checked
{
border-image: url(./Skin/White/AttendanceRecordUI/Attendance/SideOpen_Rectangle.png) 0 42 0 0;
}
QPushButton#btnShow:checked:hover
{
border-image: url(./Skin/White/AttendanceRecordUI/Attendance/SideOpen_Rectangle.png) 0 28 0 14;
}
QPushButton#btnShow:checked:pressed
{
border-image: url(./Skin/White/AttendanceRecordUI/Attendance/SideOpen_Rectangle.png) 0 14 0 28;
}
QPushButton#btnShow:checked:disabled
{
border-image: url(./Skin/White/AttendanceRecordUI/Attendance/SideOpen_Rectangle.png) 0 0 0 42;
}
QPushButton#btnShow
{
border-image: url(./Skin/White/AttendanceRecordUI/Attendance/SideClose_Rectangle.png) 0 42 0 0;
}
QPushButton#btnShow:hover
{
border-image: url(./Skin/White/AttendanceRecordUI/Attendance/SideClose_Rectangle.png) 0 28 0 14;
}
QPushButton#btnShow:pressed
{
border-image: url(./Skin/White/AttendanceRecordUI/Attendance/SideClose_Rectangle.png) 0 14 0 28;
}
QPushButton#btnShow:disabled
{
border-image: url(./Skin/White/AttendanceRecordUI/Attendance/SideClose_Rectangle.png) 0 0 0 42;
}