Mini Kabibi Habibi

Current Path : C:/Program Files/SmartPSSLite/Skin/White/DeviceConfigUI/
Upload File :
Current File : C:/Program Files/SmartPSSLite/Skin/White/DeviceConfigUI/DeviceConfigUI.qss

/**
	左侧窗口
*/
QWidget#wgtLeft
{
	background: #f6f6f6;
}
QWidget#treeBarWidget
{
	background: #f6f6f6;
}

/**
	右侧窗口
*/
QWidget#wgtRight
{
	background: #ffffff;
	font-family: Lato-Regular;
	font-size: 12px;
}
/* 顶部标签 */
QWidget#wgtTop
{
	background: #f6f6f6;
	border: 2px solid #cccccc;
}
QWidget#wgtTop QWidget,
QWidget#wgtTop QLabel
{
	background: transparent;
}
QLabel#m_pDevName
{
	font-family: Lato-Bold;
	font: Bold;
	font-size: 16px;
}
QLabel#m_pLabIcon
{
	border-image: url(./Skin/White/DeviceConfigUI/Device.png);
}


QWidget#wgtModifyPwd:hover,
QWidget#wgtFireWall:hover,
QWidget#wgtDNSConfig:hover,
QWidget#wgtConfigFile:hover,
QWidget#wgtRestart:hover,
QWidget#wgtTimeSetup:hover,
QWidget#wgtExtractAttendance:hover,
QWidget#wgtExtractPersonnel:hover,
QWidget#wgtUpgrade:hover,
QWidget#wgtAlarmLink:hover,
QWidget#wgtSoftReset:hover,
QWidget#wgtHardReset:hover
{
	border-image: url(./Skin/White/DeviceConfigUI/HoverBg.png);
}

QLabel#labelAttendance,
QLabel#labelManager,
QLabel#labelSystem
{
	font-family: Lato-Bold;
	font: Bold;
	font-size: 16px;
}

/* 时间设置模块 */