Mini Kabibi Habibi

Current Path : C:/Program Files/SmartPSSLite/Skin/theme1/playback/
Upload File :
Current File : C:/Program Files/SmartPSSLite/Skin/theme1/playback/Playbackmodule.css

/**
 * PictureQueryResultWgt 全选按钮
 */
PictureQueryResultWgt QToolButton#btnSelectAllSwitch[checked="true"]
{
	border-width: 0;
	border-image: url(./Skin/theme1/playback/SelectAll.png) 0 54 0 0;
}

PictureQueryResultWgt QToolButton#btnSelectAllSwitch[checked="true"]:hover
{
	border-image: url(./Skin/theme1/playback/SelectAll.png) 0 36 0 18;
}

PictureQueryResultWgt QToolButton#btnSelectAllSwitch[checked="true"]:pressed
{
	border-image: url(./Skin/theme1/playback/SelectAll.png) 0 18 0 36;
}

PictureQueryResultWgt QToolButton#btnSelectAllSwitch[checked="true"]:disabled
{
	border-image: url(./Skin/theme1/playback/SelectAll.png) 0 0 0 54;
}

PictureQueryResultWgt QToolButton#btnSelectAllSwitch[checked="false"]
{
	border-width: 0;
	border-image: url(./Skin/theme1/playback/SelectNone.png) 0 54 0 0;
}

PictureQueryResultWgt QToolButton#btnSelectAllSwitch[checked="false"]:hover
{
	border-image: url(./Skin/theme1/playback/SelectNone.png) 0 36 0 18;
}

PictureQueryResultWgt QToolButton#btnSelectAllSwitch[checked="false"]:pressed
{
	border-image: url(./Skin/theme1/playback/SelectNone.png) 0 18 0 36;
}

PictureQueryResultWgt QToolButton#btnSelectAllSwitch[checked="false"]:disabled
{
	border-image: url(./Skin/theme1/playback/SelectNone.png) 0 0 0 54;
}


/**
 * ThumbnailWidget背景色设罿
 */
 ThumbnailWidget
 {
	border: 0px none;
	background-color: rgb(58, 62, 67);
 }
 
ThumbnailWidget QueryResultsShowView
{
	border: 0px none;
}

/**
 * 全选按钮
 */
ThumbnailWidget QToolButton#btnSelectAllSwitch[checked="true"]
{
	border-width: 0;
	border-image: url(./Skin/theme1/playback/SelectAll.png) 0 54 0 0;
}

ThumbnailWidget QToolButton#btnSelectAllSwitch[checked="true"]:hover
{
	border-image: url(./Skin/theme1/playback/SelectAll.png) 0 36 0 18;
}

ThumbnailWidget QToolButton#btnSelectAllSwitch[checked="true"]:pressed
{
	border-image: url(./Skin/theme1/playback/SelectAll.png) 0 18 0 36;
}

ThumbnailWidget QToolButton#btnSelectAllSwitch[checked="true"]:disabled
{
	border-image: url(./Skin/theme1/playback/SelectAll.png) 0 0 0 54;
}

ThumbnailWidget QToolButton#btnSelectAllSwitch[checked="false"]
{
	border-width: 0;
	border-image: url(./Skin/theme1/playback/SelectNone.png) 0 54 0 0;
}

ThumbnailWidget QToolButton#btnSelectAllSwitch[checked="false"]:hover
{
	border-image: url(./Skin/theme1/playback/SelectNone.png) 0 36 0 18;
}

ThumbnailWidget QToolButton#btnSelectAllSwitch[checked="false"]:pressed
{
	border-image: url(./Skin/theme1/playback/SelectNone.png) 0 18 0 36;
}

ThumbnailWidget QToolButton#btnSelectAllSwitch[checked="false"]:disabled
{
	border-image: url(./Skin/theme1/playback/SelectNone.png) 0 0 0 54;
}

/**
 * 保存录像铵钮
 */
ThumbnailWidget QToolButton#btnSaveRecord
{
	border-width: 0;
	border-image: url(./Skin/theme1/playback/ToolbarSave.png) 0 54 0 0;
}

ThumbnailWidget QToolButton#btnSaveRecord:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarSave.png) 0 36 0 18;
}

ThumbnailWidget QToolButton#btnSaveRecord:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarSave.png) 0 18 0 36;
}

ThumbnailWidget QToolButton#btnSaveRecord:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarSave.png) 0 0 0 54;
}

/** 
 * 图片缩略图铵钿
 */
ThumbnailWidget QPushButton#pBtnPicture
{
	border-width: 0;
	border-image: url(./Skin/theme1/playback/thumbnail.png) 0 54 0 0;
}

ThumbnailWidget QPushButton#pBtnPicture:hover
{
	border-image: url(./Skin/theme1/playback/thumbnail.png) 0 36 0 18;
}

ThumbnailWidget QPushButton#pBtnPicture:pressed
{
	border-image: url(./Skin/theme1/playback/thumbnail.png) 0 18 0 36;
}

ThumbnailWidget QPushButton#pBtnPicture:disabled
{
	border-image: url(./Skin/theme1/playback/thumbnail.png) 0 0 0 54;
}

/** 
 * 列表展示铵钮
 */
ThumbnailWidget QPushButton#pBtnList
{
	border-width: 0;
	border-image: url(./Skin/theme1/playback/list.png) 0 54 0 0;
}

ThumbnailWidget QPushButton#pBtnList:hover
{
	border-image: url(./Skin/theme1/playback/list.png) 0 36 0 18;
}

ThumbnailWidget QPushButton#pBtnList:pressed
{
	border-image: url(./Skin/theme1/playback/list.png) 0 18 0 36;
}

ThumbnailWidget QPushButton#pBtnList:disabled
{
	border-image: url(./Skin/theme1/playback/list.png) 0 0 0 54;
}

/**
 * 显示隐藏缩略图列表控件
 */
DeviceRecordMainWgt QPushButton#showThumbnailWidgetBtn[checked="true"]
{
	border-image: url(./Skin/theme1/playback/SideOpen_Rectangle.png) 0 42 0 0;
}

DeviceRecordMainWgt QPushButton#showThumbnailWidgetBtn[checked="true"]:hover
{
	border-image: url(./Skin/theme1/playback/SideOpen_Rectangle.png) 0 28 0 14;
}

DeviceRecordMainWgt QPushButton#showThumbnailWidgetBtn[checked="true"]:pressed
{
	border-image: url(./Skin/theme1/playback/SideOpen_Rectangle.png) 0 14 0 28;
}

DeviceRecordMainWgt QPushButton#showThumbnailWidgetBtn[checked="true"]:disabled
{
	border-image: url(./Skin/theme1/playback/SideOpen_Rectangle.png) 0 0 0 42;
}

DeviceRecordMainWgt QPushButton#showThumbnailWidgetBtn[checked="false"]
{
	border-image: url(./Skin/theme1/playback/SideClose_Rectangle.png) 0 42 0 0;
}

DeviceRecordMainWgt QPushButton#showThumbnailWidgetBtn[checked="false"]:hover
{
	border-image: url(./Skin/theme1/playback/SideClose_Rectangle.png) 0 28 0 14;
}

DeviceRecordMainWgt QPushButton#showThumbnailWidgetBtn[checked="false"]:pressed
{
	border-image: url(./Skin/theme1/playback/SideClose_Rectangle.png) 0 14 0 28;
}

DeviceRecordMainWgt QPushButton#showThumbnailWidgetBtn[checked="false"]:disabled
{
	border-image: url(./Skin/theme1/playback/SideClose_Rectangle.png) 0 0 0 42;
}


/** 
 * 录像播放控制控件
 */
PlayCtrlToolBar QPushButton#btnDownloadDlg
{
	border-image: url(./Skin/theme1/playback/ToolbarDownLoad.png) 0 54 0 0;
}
PlayCtrlToolBar QPushButton#btnDownloadDlg:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarDownLoad.png) 0 36 0 18;
}
PlayCtrlToolBar QPushButton#btnDownloadDlg:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarDownLoad.png) 0 18 0 36;
}
PlayCtrlToolBar QPushButton#btnDownloadDlg:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarDownLoad.png) 0 0 0 54;
}

PlayCtrlToolBar QPushButton#btnCutDownload
{
	border-image: url(./Skin/theme1/playback/ToolbarCut.png) 0 54 0 0;
}
PlayCtrlToolBar QPushButton#btnCutDownload:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarCut.png) 0 36 0 18;
}
PlayCtrlToolBar QPushButton#btnCutDownload:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarCut.png) 0 18 0 36;
}
PlayCtrlToolBar QPushButton#btnCutDownload:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarCut.png) 0 0 0 54;
}

PlayCtrlToolBar QPushButton#btnSmartSearch
{
	border-image: url(./Skin/theme1/playback/ToolbarCapacity.png) 0 54 0 0;
}
PlayCtrlToolBar QPushButton#btnSmartSearch:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarCapacity.png) 0 36 0 18;
}
PlayCtrlToolBar QPushButton#btnSmartSearch:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarCapacity.png) 0 18 0 36;
}
PlayCtrlToolBar QPushButton#btnSmartSearch:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarCapacity.png) 0 0 0 54;
}

PlayCtrlToolBar QPushButton#btnExitSearch
{
	border-image: url(./Skin/theme1/real/ptz/poweron.png) 0 54 0 0;
}
PlayCtrlToolBar QPushButton#btnExitSearch:hover
{
	border-image: url(./Skin/theme1/real/ptz/poweron.png) 0 36 0 18;
}
PlayCtrlToolBar QPushButton#btnExitSearch:pressed
{
	border-image: url(./Skin/theme1/real/ptz/poweron.png) 0 18 0 36;
}
PlayCtrlToolBar QPushButton#btnExitSearch:disabled
{
	border-image: url(./Skin/theme1/real/ptz/poweron.png) 0 0 0 54;
}

PlayCtrlToolBar QPushButton#btnSave
{
	border-image: url(./Skin/theme1/playback/ToolbarSave.png) 0 54 0 0;
}
PlayCtrlToolBar QPushButton#btnSave:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarSave.png) 0 36 0 18;
}
PlayCtrlToolBar QPushButton#btnSave:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarSave.png) 0 18 0 36;
}
PlayCtrlToolBar QPushButton#btnSave:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarSave.png) 0 0 0 54;
}

PlayCtrlToolBar QPushButton#btnOpenLocalRecord
{
	border-image: url(./Skin/theme1/playback/ListFileview.png) 0 54 0 0;
}
PlayCtrlToolBar QPushButton#btnOpenLocalRecord:hover
{
	border-image: url(./Skin/theme1/playback/ListFileview.png) 0 36 0 18;
}
PlayCtrlToolBar QPushButton#btnOpenLocalRecord:pressed
{
	border-image: url(./Skin/theme1/playback/ListFileview.png) 0 18 0 36;
}
PlayCtrlToolBar QPushButton#btnOpenLocalRecord:disabled
{
	border-image: url(./Skin/theme1/playback/ListFileview.png) 0 0 0 54;
}

/* 同步回放按键的状态 */
PlayCtrlToolBar QPushButton#btnSyncPlay[checked="false"]
{
	border-image: url(./Skin/theme1/playback/ToolbarFrequency.png) 0 54 0 0;
}
PlayCtrlToolBar QPushButton#btnSyncPlay[checked="false"]:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarFrequency.png) 0 36 0 18;
}
PlayCtrlToolBar QPushButton#btnSyncPlay[checked="false"]:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarFrequency.png) 0 18 0 36;
}
PlayCtrlToolBar QPushButton#btnSyncPlay[checked="false"]:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarFrequency.png) 0 0 0 54;
}

PlayCtrlToolBar QPushButton#btnSyncPlay[checked="true"]
{
	border-image: url(./Skin/theme1/playback/ToolbarFrequencyPause.png) 0 54 0 0;
}
PlayCtrlToolBar QPushButton#btnSyncPlay[checked="true"]:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarFrequencyPause.png) 0 36 0 18;
}
PlayCtrlToolBar QPushButton#btnSyncPlay[checked="true"]:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarFrequencyPause.png) 0 18 0 36;
}
PlayCtrlToolBar QPushButton#btnSyncPlay[checked="true"]:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarFrequencyPause.png) 0 0 0 54;
}

PlayCtrlToolBar QPushButton#btnDaofang[checked="true"]
{
	border-image: url(./Skin/theme1/playback/ToolbarRecede.png) 0 72 0 0;
}
PlayCtrlToolBar QPushButton#btnDaofang[checked="true"]:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarRecede.png) 0 48 0 24;
}
PlayCtrlToolBar QPushButton#btnDaofang[checked="true"]:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarRecede.png) 0 24 0 48;
}
PlayCtrlToolBar QPushButton#btnDaofang[checked="true"]:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarRecede.png) 0 0 0 72;
}

PlayCtrlToolBar QPushButton#btnDaofang[checked="false"]
{
	border-image: url(./Skin/theme1/playback/ToolbarPlayback.png) 0 72 0 0;
}
PlayCtrlToolBar QPushButton#btnDaofang[checked="false"]:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarPlayback.png) 0 48 0 24;
}
PlayCtrlToolBar QPushButton#btnDaofang[checked="false"]:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarPlayback.png) 0 24 0 48;
}
PlayCtrlToolBar QPushButton#btnDaofang[checked="false"]:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarPlayback.png) 0 0 0 72;
}

PlayCtrlToolBar QPushButton#btnPalyPause[checked="true"]
{
	border-image: url(./Skin/theme1/playback/ToolbarPlay.png) 0 90 0 0;
}
PlayCtrlToolBar QPushButton#btnPalyPause[checked="true"]:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarPlay.png) 0 60 0 30;
}
PlayCtrlToolBar QPushButton#btnPalyPause[checked="true"]:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarPlay.png) 0 30 0 60;
}
PlayCtrlToolBar QPushButton#btnPalyPause[checked="true"]:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarPlay.png) 0 0 0 90;
}

PlayCtrlToolBar QPushButton#btnPalyPause[checked="false"]
{
	border-image: url(./Skin/theme1/playback/ToolbarPause.png) 0 90 0 0;
}
PlayCtrlToolBar QPushButton#btnPalyPause[checked="false"]:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarPause.png) 0 60 0 30;
}
PlayCtrlToolBar QPushButton#btnPalyPause[checked="false"]:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarPause.png) 0 30 0 60;
}
PlayCtrlToolBar QPushButton#btnPalyPause[checked="false"]:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarPause.png) 0 0 0 90;
}

PlayCtrlToolBar QPushButton#btnStop
{
	border-image: url(./Skin/theme1/playback/ToolbarStop.png) 0 72 0 0;
}
PlayCtrlToolBar QPushButton#btnStop:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarStop.png) 0 48 0 24;
}
PlayCtrlToolBar QPushButton#btnStop:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarStop.png) 0 24 0 48;
}
PlayCtrlToolBar QPushButton#btnStop:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarStop.png) 0 0 0 72;
}

PlayCtrlToolBar QPushButton#btnPreviousFrame
{
	border-image: url(./Skin/theme1/playback/ToolbarLastFram.png) 0 72 0 0;
}
PlayCtrlToolBar QPushButton#btnPreviousFrame:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarLastFram.png) 0 48 0 24;
}
PlayCtrlToolBar QPushButton#btnPreviousFrame:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarLastFram.png) 0 24 0 48;
}
PlayCtrlToolBar QPushButton#btnPreviousFrame:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarLastFram.png) 0 0 0 72;
}

PlayCtrlToolBar QPushButton#btnNextFrame
{
	border-image: url(./Skin/theme1/playback/ToolbarNextFrame.png) 0 72 0 0;
}
PlayCtrlToolBar QPushButton#btnNextFrame:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarNextFrame.png) 0 48 0 24;
}
PlayCtrlToolBar QPushButton#btnNextFrame:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarNextFrame.png) 0 24 0 48;
}
PlayCtrlToolBar QPushButton#btnNextFrame:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarNextFrame.png) 0 0 0 72;
}

PlayCtrlToolBar QPushButton#btnVoice[checked="true"]
{
	border-image: url(./Skin/theme1/playback/ToolbarVoicechange.png) 0 54 0 0;
}
PlayCtrlToolBar QPushButton#btnVoice[checked="true"]:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarVoicechange.png) 0 36 0 18;
}
PlayCtrlToolBar QPushButton#btnVoice[checked="true"]:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarVoicechange.png) 0 18 0 36;
}
PlayCtrlToolBar QPushButton#btnVoice[checked="true"]:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarVoicechange.png) 0 0 0 54;
}

PlayCtrlToolBar QPushButton#btnVoice[checked="false"]
{
	border-image: url(./Skin/theme1/playback/ToolbarSilence.png) 0 54 0 0;
}
PlayCtrlToolBar QPushButton#btnVoice[checked="false"]:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarSilence.png) 0 36 0 18;
}
PlayCtrlToolBar QPushButton#btnVoice[checked="false"]:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarSilence.png) 0 18 0 36;
}
PlayCtrlToolBar QPushButton#btnVoice[checked="false"]:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarSilence.png) 0 0 0 54;
}

PlayCtrlToolBar QPushButton#btnFullScreen
{
	border-image: url(./Skin/theme1/playback/ToolbarFullScreen.png) 0 54 0 0;
}
PlayCtrlToolBar QPushButton#btnFullScreen:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarFullScreen.png) 0 36 0 18;
}
PlayCtrlToolBar QPushButton#btnFullScreen:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarFullScreen.png) 0 18 0 36;
}
PlayCtrlToolBar QPushButton#btnFullScreen:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarFullScreen.png) 0 0 0 54;
}

PlayCtrlToolBar QPushButton#btnFastPlay
{
	border: 0px none;
	color: rgb(221, 221, 221);
	background-color : rgb(58, 62, 67);
}

PlayCtrlToolBar QPushButton#btnFastPlay:disabled
{
	border: 0px none;
	color: rgb(120, 120, 120);
	background-color : rgb(58, 62, 67);
}

SliderPopupWidget
{
	border: 0px none;
	background-color: #1C1D20;
}
/**
 * 设备图片查询界面
 */
PictureToolBar QToolButton#btnOpenDownLoadDlg
{
	border-image: url(./Skin/theme1/playback/ToolbarDownLoad.png) 0 54 0 0;
}

PictureToolBar QToolButton#btnOpenDownLoadDlg:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarDownLoad.png) 0 36 0 18;
}

PictureToolBar QToolButton#btnOpenDownLoadDlg:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarDownLoad.png) 0 18 0 36;
}

PictureToolBar QToolButton#btnOpenDownLoadDlg:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarDownLoad.png) 0 0 0 54;
}

/**
 * 设备图片界面全屏按键
 */
PictureToolBar QToolButton#btnFullScreen
{
	border-image: url(./Skin/theme1/playback/ToolbarFullScreen.png) 0 54 0 0;
}

PictureToolBar QToolButton#btnFullScreen:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarFullScreen.png) 0 36 0 18;
}

PictureToolBar QToolButton#btnFullScreen:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarFullScreen.png) 0 18 0 36;
}

PictureToolBar QToolButton#btnFullScreen:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarFullScreen.png) 0 0 0 54;
}

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

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

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

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

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

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

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

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

/**
 * 设备图片的背景色设置
 */
PictureQueryResultWgt
{
	border: 0px none;
	background-color: rgb(58, 62, 67);
}

PictureQueryResultWgt QueryResultsShowView
{
	border: 0px none;
}


/**
 * 设备图片保存按钮
 */
PictureQueryResultWgt QToolButton#btnSave
{
	border-image: url(./Skin/theme1/playback/ToolbarSave.png) 0 54 0 0;
}

PictureQueryResultWgt QToolButton#btnSave:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarSave.png) 0 36 0 18;
}

PictureQueryResultWgt QToolButton#btnSave:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarSave.png) 0 18 0 36;
}

PictureQueryResultWgt QToolButton#btnSave:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarSave.png) 0 0 0 54;
}

DevicePictureToolBar
{
	background-color: rgb(58, 62, 67);
}

DevicePictureMainWgt QWidget#scrollAreaWidgetContents
{
	background-color: rgb(48, 49, 52);
}

/**
 * 下载图片对话框中的操作按钮
 */
 DownloadOperatorWidget QPushButton#btnFirst
{
	border-image: url(./Skin/theme1/playback/ListMoverDown.png) 0 54 0 0;
}
DownloadOperatorWidget QPushButton#btnFirst:hover
{
	border-image: url(./Skin/theme1/playback/ListMoverDown.png) 0 36 0 18;
}
DownloadOperatorWidget QPushButton#btnFirst:pressed
{
	border-image: url(./Skin/theme1/playback/ListMoverDown.png) 0 18 0 36;
}
DownloadOperatorWidget QPushButton#btnFirst:disabled
{
	border-image: url(./Skin/theme1/playback/ListMoverDown.png) 0 0 0 54;
}

 DownloadOperatorWidget QPushButton#btnPause
{
	border-image: url(./Skin/theme1/playback/ToolbarDownloadPause.png) 0 54 0 0;
}
DownloadOperatorWidget QPushButton#btnPause:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarDownloadPause.png) 0 36 0 18;
}
DownloadOperatorWidget QPushButton#btnPause:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarDownloadPause.png) 0 18 0 36;
}
DownloadOperatorWidget QPushButton#btnPause:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarDownloadPause.png) 0 0 0 54;
}

 DownloadOperatorWidget QPushButton#btnDownload
{
	border-image: url(./Skin/theme1/playback/ToolbarDownLoad.png) 0 54 0 0;
}
DownloadOperatorWidget QPushButton#btnDownload:hover
{
	border-image: url(./Skin/theme1/playback/ToolbarDownLoad.png) 0 36 0 18;
}
DownloadOperatorWidget QPushButton#btnDownload:pressed
{
	border-image: url(./Skin/theme1/playback/ToolbarDownLoad.png) 0 18 0 36;
}
DownloadOperatorWidget QPushButton#btnDownload:disabled
{
	border-image: url(./Skin/theme1/playback/ToolbarDownLoad.png) 0 0 0 54;
}
 
DownloadOperatorWidget QPushButton#btnDelete
{
	border-image: url(./Skin/theme1/playback/ListDelete.png) 0 54 0 0;
}
DownloadOperatorWidget QPushButton#btnDelete:hover
{
	border-image: url(./Skin/theme1/playback/ListDelete.png) 0 36 0 18;
}
DownloadOperatorWidget QPushButton#btnDelete:pressed
{
	border-image: url(./Skin/theme1/playback/ListDelete.png) 0 18 0 36;
}
DownloadOperatorWidget QPushButton#btnDelete:disabled
{
	border-image: url(./Skin/theme1/playback/ListDelete.png) 0 0 0 54;
}

DownloadOperatorWidget QPushButton#btnOpenFolder
{
	border-image: url(./Skin/theme1/playback/ListFileview.png) 0 54 0 0;
}
DownloadOperatorWidget QPushButton#btnOpenFolder:hover
{
	border-image: url(./Skin/theme1/playback/ListFileview.png) 0 36 0 18;
}
DownloadOperatorWidget QPushButton#btnOpenFolder:pressed
{
	border-image: url(./Skin/theme1/playback/ListFileview.png) 0 18 0 36;
}
DownloadOperatorWidget QPushButton#btnOpenFolder:disabled
{
	border-image: url(./Skin/theme1/playback/ListFileview.png) 0 0 0 54;
}

LocalExportProcessDlg QPushButton#btnDownloadingDelete,
LocalExportProcessDlg QPushButton#btnDownLoadedDelete,
CPlayBackDownLoadlistDlg QPushButton#btnDelete, QPushButton#btnStart, QPushButton#btnPause
{
	border: 0px none;
}

CPlayBackDownLoadlistDlg QPushButton#m_btnDownloading,
CPlayBackDownLoadlistDlg QPushButton#m_btnDownloaded,
LocalExportProcessDlg QPushButton#btnDownloading,
LocalExportProcessDlg QPushButton#btnDownloaded
{
	border-width: 0 22px 0 4px;
	border-image: url(./Skin/theme1/AlarmCtrl/tab_pending.png) 0 22 0 4;
}

CPlayBackDownLoadlistDlg QPushButton#m_btnDownloading:checked,
CPlayBackDownLoadlistDlg QPushButton#m_btnDownloaded:checked,
LocalExportProcessDlg QPushButton#btnDownloading:checked,
LocalExportProcessDlg QPushButton#btnDownloaded:checked
{
	border-image: url(./Skin/theme1/AlarmCtrl/tab_current.png) 0 22 0 4;
}

QDownloadingProgressBar QProgressBar::chunk
{
	background-color: #0569FF;
	border-radius: 6px;
	width: 1px;
}