Mini Kabibi Habibi

Current Path : C:/Program Files/SmartPSSLite/Skin/White/AttendanceRecordUI/Attendance/
Upload File :
Current File : C:/Program Files/SmartPSSLite/Skin/White/AttendanceRecordUI/Attendance/CWeekClassTabWidget.qss

QWidget#wgtRoot
{
	background:transparent;
}

QWidget#wgtButton
{
	background-color: #f4f7f9;
	border: solid 1px #f1f5f8;
}

QPushButton#m_btnNextWeek
{
	background-color: #f4f7f9;
	background-image: url(./Skin/White/AttendanceRecordUI/Attendance/up_d.png);
	background-repeat:no-repeat;
	background-position: middle;
	border:none;
}
QPushButton#m_btnNextWeek:pressed
{
	background-image: url(./Skin/White/AttendanceRecordUI/Attendance/up_p.png);
}
QPushButton#m_btnNextWeek:hover:!pressed
{
	background-image: url(./Skin/White/AttendanceRecordUI/Attendance/up_h.png);
}

QPushButton#m_btnNextWeek:disabled
{
	background-image: url(./Skin/White/AttendanceRecordUI/Attendance/up_d.png);
}

QPushButton#m_btnPreWeek
{
	background-color: #f4f7f9;
	background-image: url(./Skin/White/AttendanceRecordUI/Attendance/down_n.png);
	background-repeat:no-repeat;
	background-position: middle;
	border:none;
}
QPushButton#m_btnPreWeek:pressed
{
	background-image: url(./Skin/White/AttendanceRecordUI/Attendance/down_p.png);
}
QPushButton#m_btnPreWeek:hover:!pressed
{
	background-image: url(./Skin/White/AttendanceRecordUI/Attendance/down_h.png);
}

QPushButton#m_btnPreWeek:disabled
{
	background-image: url(./Skin/White/AttendanceRecordUI/Attendance/down_d.png);
}

QWidget#wgtRoot
{
	background-color:#ffffff;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	
}

QLabel#m_labWeek
{
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #4a515a;
}

QTableView
{ 
	background-color: #ffffff;
	border:none;
	font: 12px;
	gridline-color: #cccccc;
}

QTableView::item
{
	background-color: transparent;
}