Mini Kabibi Habibi

Current Path : C:/Program Files/SmartPSSLite/Skin/White/PlayBackUI/
Upload File :
Current File : C:/Program Files/SmartPSSLite/Skin/White/PlayBackUI/DevicePictureMainWgt.css



/**
 * 图片文件列表显示隐藏按钮
 */
DevicePictureMainWgt QPushButton#showPictureFileList[checked="false"]
{
	border-image: url(./Skin/White/PlayBackUI/SideOpen_Rectangle.png) 0 42 0 0;
}

DevicePictureMainWgt QPushButton#showPictureFileList[checked="false"]:hover
{
	border-image: url(./Skin/White/PlayBackUI/SideOpen_Rectangle.png) 0 28 0 14;
}

DevicePictureMainWgt QPushButton#showPictureFileList[checked="false"]:pressed
{
	border-image: url(./Skin/White/PlayBackUI/SideOpen_Rectangle.png) 0 14 0 28;
}

DevicePictureMainWgt QPushButton#showPictureFileList[checked="false"]:disabled
{
	border-image: url(./Skin/White/PlayBackUI/SideOpen_Rectangle.png) 0 0 0 42;
}

DevicePictureMainWgt QPushButton#showPictureFileList[checked="true"]
{
	border-image: url(./Skin/White/PlayBackUI/SideClose_Rectangle.png) 0 42 0 0;
}

DevicePictureMainWgt QPushButton#showPictureFileList[checked="true"]:hover
{
	border-image: url(./Skin/White/PlayBackUI/SideClose_Rectangle.png) 0 28 0 14;
}

DevicePictureMainWgt QPushButton#showPictureFileList[checked="true"]:pressed
{
	border-image: url(./Skin/White/PlayBackUI/SideClose_Rectangle.png) 0 14 0 28;
}

DevicePictureMainWgt QPushButton#showPictureFileList[checked="true"]:disabled
{
	border-image: url(./Skin/White/PlayBackUI/SideClose_Rectangle.png) 0 0 0 42;
}


DevicePictureMainWgt QWidget#scrollAreaWidgetContents
{
	background-color: #F6F6F6;
}