Mini Kabibi Habibi

Current Path : C:/Program Files/Smart Professional Surveillance System/SmartPSS/IVS/bin/Skin/
Upload File :
Current File : C:/Program Files/Smart Professional Surveillance System/SmartPSS/IVS/bin/Skin/style.qss

QWidget {
	background-color: #DBDDDD;
}
QDialog{
	background-color: url(/Skin/IVS/background.png);
}

QPushButton#m_pBtnConfirm{
	border-image: url(Skin/public/btn_normal.png) 12;
	border-width:12px;
	padding:-12px 0;
	/*min-height:24px;*/
	/*min-width:50px;*/
	/*cursor:pointer;*/
	outline: none;
}
/* ����ͣ */
QPushButton#m_pBtnConfirm:hover{
	border-image: url(Skin/public/btn_hover.png) 12;
	border-width:12px;
}
/* ����*/
QPushButton#m_pBtnConfirm:pressed{
	border-image: url(Skin/public/btn_pressed.png) 12;
	border-width:12px;
}
/*��ť��ɫ״̬*/
QPushButton#m_pBtnConfirm:disabled{
	border-image: url(Skin/public/btn_disabled.png) 12;
	border-width:12px;
}

/*����� START*/
QLineEdit { 
	border:1px solid #808397;
	background-image: url(Skin/public/QComboBox_bg.png);
	background-repeat: repeat-x;
	height:20px;
}
QLineEdit:focus,QTextEdit:focus{
	border-color:#ffffff;
	color:black;
}
QLineEdit:!enabled,QTextEdit:!enabled { 
	color: #6b6b6b;
	border-color: #616897;
}
QTextEdit{
	border:1px solid #808397;
	background-color:#E8E8E8;
}

QLabel{
	background:transparent;
}

/* ͨ�õ����� */
QWidget#bg{
	border-image: url(skin/public/dialog_bg.png) 30;
	min-height:62px;
	padding:-30px 0;
	border-width:30px;
}
QPushButton#m_btnClose {
	background:transparent url(skin/public/close.png) no-repeat center center;
	border:none;
	width:20px;
	height:20px;
}
QPushButton#m_btnClose:hover {
	background:transparent url(skin/public/close_hover.png) no-repeat center center;
}
QPushButton#m_btnClose:pressed {
	background:transparent url(skin/public/close_pressed.png) no-repeat center center;
}
QPushButton#m_btnClose:disabled {
	background:transparent url(skin/public/close_disabled.png) no-repeat center center;
}
QPushButton#m_btnMax {
	background:transparent url(skin/public/max.png) no-repeat center center;
	border:none;
	width:20px;
	height:20px;
}
QPushButton#m_btnMax:hover {
	background:transparent url(skin/public/max_hover.png) no-repeat center center;
}
QPushButton#m_btnMax:pressed {
	background:transparent url(skin/public/max_pressed.png) no-repeat center center;
}
QPushButton#m_btnMax:disabled {
	background:transparent url(skin/public/max_disabled.png) no-repeat center center;
}
QPushButton#m_btnMin {
	background:transparent url(skin/public/min.png) no-repeat center center;
	border:none;
	width:20px;
	height:20px;
}
QPushButton#m_btnMin:hover {
	background:transparent url(skin/public/min_hover.png) no-repeat center center;
}
QPushButton#m_btnMin:pressed {
	background:transparent url(skin/public/min_pressed.png) no-repeat center center;
}
QPushButton#m_btnMin:disabled {
	background:transparent url(skin/public/min_disabled.png) no-repeat center center;
}

/*************************************************
**	�б��ʽ
**********************************************/ 
QHeaderView{
		border: 1px solid gray;
		border-radius: 0px;
		padding: 0px 0px;
		background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
			stop: 0 rgb(73,88,158), stop: 0.5 rgb(73,88,158),
			stop: 0.6 rgb(73,88,158), stop:1 rgb(73,88,158));
}
QHeaderView::section {
	background:transparent;	
	color: white;
	padding: 4px 0px 0 0;
	border: none;
	height:16px;
	subcontrol-origin: content;
	subcontrol-position: center center;
	margin-bottom:4px;
}
QHeaderView::section:checked
{
	background-color: red;
}

QTableView{
    background-color: rgb(220,220,232);
    alternate-background-color: rgb(207,210,225);
    border: 0px solid gray;
    border-radius: 0px;
    padding: 0 0px;
    selection-background-color: rgb(171,180,213);
}
QTableView::item:selected {
	color: white;
	background-color: rgb(171,180,213);
}

QPushButton#btnLogin{
	border-image: url(Skin/public/btn_normal.png) 12;
	border-width:12px;
	padding:-12px 0;
	/*min-height:24px;*/
	/*min-width:50px;*/
	/*cursor:pointer;*/
	outline: none;
}
/* ����ͣ */
QPushButton#btnLogin:hover{
	border-image: url(Skin/public/btn_hover.png) 12;
	border-width:12px;
}
/* ����*/
QPushButton#btnLogin:pressed{
	border-image: url(Skin/public/btn_pressed.png) 12;
	border-width:12px;
}
/*��ť��ɫ״̬*/
QPushButton#btnLogin:disabled{
	border-image: url(Skin/public/btn_disabled.png) 12;
	border-width:12px;
}

QPushButton#btnQuit{
	border-image: url(Skin/public/btn_normal.png) 12;
	border-width:12px;
	padding:-12px 0;
	/*min-height:24px;*/
	/*min-width:50px;*/
	/*cursor:pointer;*/
	outline: none;
}
/* ����ͣ */
QPushButton#btnQuit:hover{
	border-image: url(Skin/public/btn_hover.png) 12;
	border-width:12px;
}
/* ����*/
QPushButton#btnQuit:pressed{
	border-image: url(Skin/public/btn_pressed.png) 12;
	border-width:12px;
}
/*��ť��ɫ״̬*/
QPushButton#btnQuit:disabled{
	border-image: url(Skin/public/btn_disabled.png) 12;
	border-width:12px;
}

/* -----���ѡ���----- */
QComboBox#m_combxType{
	border:1px solid #808397;
	background-image: url(Skin/public/QComboBox_bg.png);
	background-repeat: repeat-x;
	padding:1px 2px 1px 1px;
	height:20px;
}
QComboBox#m_combxType::drop-down{
	image: url(Skin/public/dropdown.png);
}
QComboBox#m_combxType::drop-down:hover{
	image: url(Skin/public/dropdown_hover.png);
}
QComboBox#m_combxType::drop-down:open{
	image: url(Skin/public/dropdown_pressed.png);
}
QComboBox#m_combxType::drop-down:disabled{
	image: url(Skin/public/dropdown_disabled.png);
}
QComboBox QAbstractItemView{
  border:1px solid #787d91;
  background:#d6d7dc; 
  selection-background-color:#49589e;
  outline: none;
}