/*ȥֵİɫ߿*/
:focus {
	outline: none; 
} 

/**/
QPushButton#btReflection{
border-image: url(%currentPath%/style/blog.png);
}

QPushButton#btReflection:hover{
border-image: url(%currentPath%/style/blog_hover.png);
}


/**/
QPushButton#btAddPic{
border-image: url(%currentPath%/style/open.png);
}

/**/
QPushButton#btAddPic:hover{
border-image: url(%currentPath%/style/open_hover.png);
}

/**/
QPushButton#btSavePic{
border-image: url(%currentPath%/style/save.png);
}

QPushButton#btSavePic:hover{
border-image: url(%currentPath%/style/save_hover.png);
}

QPushButton#pbFit{
border-image: url(%currentPath%/style/fit.png);
}

QPushButton#pbFit:hover{
border-image: url(%currentPath%/style/fit_hover.png);
}

QPushButton#pbRawSize{
border-image: url(%currentPath%/style/1_1.png);
}

QPushButton#pbRawSize:hover{
border-image: url(%currentPath%/style/1_1_hover.png);
}

QPushButton#pbZoomIn{
border-image: url(%currentPath%/style/zoomin.png);
}

QPushButton#pbZoomIn:hover{
border-image: url(%currentPath%/style/zoomin_hover.png);
}

QPushButton#pbZoomOut:hover{
border-image: url(%currentPath%/style/zoomout_hover.png);
}

QPushButton#pbZoomOut{
border-image: url(%currentPath%/style/zoomout.png);
}


QPushButton#btnHelp{
border-image: url(%currentPath%/style/help.png);
}

QMainWindow{
	background-image: url(%currentPath%/style/mainbg.png);
}

QFrame#frame_Top{
		background-image:url(%currentPath%/style/frameTop.png);
	background-repeat:repeat-x;
}

QFrame#frame_leftTop{
	background-image:url(%currentPath%/style/conver_topLeft.png);
	background-repeat:none;
}

QFrame#frame_rightTop{
	background-image:url(%currentPath%/style/conver_rightLeft.png);
	background-repeat:none;
}

/*߿*/
QLabel#label_Bottom{
	background-image:url(%currentPath%/style/frameBottom.png);
	background-repeat:repeat-x;
}

QLabel#label_BRight{
	background-image:url(%currentPath%/style/bottomR.png);
	background-repeat:none;
}

QLabel#label_BLeft{
	background-image:url(%currentPath%/style/bottomL.png);
	background-repeat:none;
}

QLabel#label_Left,#label_TL{
	background-image:url(%currentPath%/style/left.png);
	background-repeat:repeat-y;
}

QLabel#label_Right,#label_TR{
	background-image:url(%currentPath%/style/right.png);
	background-repeat:repeat-y;
}

/*ȱʡ"С"ť꾭ʽ*/
QPushButton#btnMinimize{
	border-image: url(%currentPath%/style/min.png);
}

QPushButton#btnMinimize:hover{
	border-image: url(%currentPath%/style/min_hover.png);
}

QPushButton#btnMinimize:pressed{
	border-image: url(%currentPath%/style/min_press.png);
}

/*ȱʡ""ťͨ״̬ʽ*/
QPushButton#btnMax{
	border-image: url(%currentPath%/style/max.png);
}

QPushButton#btnMax:hover{
	border-image: url(%currentPath%/style/max_hover.png);
}

QPushButton#btnMax:pressed{
	border-image: url(%currentPath%/style/max_press.png);
}

/*ȱʡ"ر"ťͨ״̬ʽ*/
QPushButton#btnClose{
   	border-image: url(%currentPath%/style/close.png);
}

QPushButton#btnClose:hover{
	border-image: url(%currentPath%/style/close_hover.png);
}

QPushButton#btnClose:pressed{
	border-image: url(%currentPath%/style/close_press.png);
}

/*=====================================Tab=============================*/
/*Tab panel top border*/
 QTabWidget::pane {
     border-top: 1px solid #6e9aaa;
 }

/*move tab bar to center*/

 QTabWidget::tab-bar {
     alignment: center;
 }

QTabBar::tab {
/*     background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
                                 stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
                                 stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
     border: 1px solid #6e9aaa;
     border-bottom-color: #6e9aaa;
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
    padding: 4px;
*/
	min-width: 110;
	min-height: 30;
 
	font-size:13px;
 }
/*
 QTabBar::tab:selected, QTabBar::tab:hover {
     background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
                                 stop: 0 #fafafa, stop: 0.4 #f4f4f4,
                                 stop: 0.5 #e7e7e7, stop: 1.0 #fafafa);
 }

 QTabBar::tab:selected {
     border-color: #9B9B9B;
     border-bottom-color: #C2C7CB;
 }

 QTabBar::tab:!selected {
     margin-top: 2px;
 }*/
/*=====================================Tab end===========================*/

/*=====================================еİť====================*/
QPushButton#btTrans,#btAddPicDir,#btPicResultDir,#btCov,#btCovPics {
    background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0.00561798, y2:0, stop:0 #cce5e9, stop:1 rgba(255, 255, 255, 255));
    border-width: 1px;
    border-color: #63aac1;
    border-style: solid;
    border-radius: 4;
    padding: 3px;
    min-width: 51px;
    min-height: 18px;
}

QPushButton#btTrans:hover,#btAddPicDir:hover,#btPicResultDir:hover,#btCov:hover,#btCovPics:hover {
    background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0.00561798, y2:0, stop:0 rgba(255, 255, 255, 255), stop:1 #cce5e9);
}

QPushButton#btTrans:pressed,#btAddPicDir:pressed,#btPicResultDir:pressed,#btCov:pressed,#btCovPics:pressed{
	background-color: qlineargradient(spread:reflect, x1:0, y1:0.488, x2:0, y2:0, stop:0 #cae6e9, stop:0.375 #cce5e9, stop:1 rgba(255, 255, 255, 255));
}

QPushButton#btnAbout:hover,#btnBuy:hover,#btnLanguage:hover{
    color: #ffffff;
}

QPushButton#btnAbout:pressed,#btnBuy:pressed,#btnLanguage:pressed{
    background-color: qlineargradient(spread:reflect, x1:0, y1:0.488, x2:0, y2:0, stop:0 #cae6e9, stop:0.375 #cce5e9, stop:1 rgba(255, 255, 255, 255));
}


QPushButton#btColorPicker{
   background-color: rgba(255, 255, 255, 255);
/*   border-width: 1px;
   border-color: #ff0000;
   border-style: solid;
   border-radius: 1;
   max-width: 16px;
   max-height: 16px;
   padding: 3px;*/
}
/*=====================================еİť====================*/
/*=====================================еı༭==================*/
#ReflectionMakerClass QLineEdit {
     border: 1px solid #6e9aaa;
     border-radius: 0px;
     padding: 0px;
     background: white;
     selection-background-color: darkgray;
 }

#ReflectionMakerClass QLineEdit:hover {
     background: yellow;
	this.select();
 }

#ReflectionMakerClass QLineEdit:read-only {
     background: lightblue;
}
/*=====================================еı༭==================*/

/*=====================================еProgressBar==================*/
QProgressBar {
     border: 1px solid #6e9aaa;
     border-radius: 2px;
     text-align: center;
 }

QProgressBar::chunk {
     background-color: #CD96CD;
     width: 10px;
     margin: 0.5px;
 }
/*=====================================еProgressBar==================*/
/*=====================================еCheckBox==================*/
QCheckBox {

 }

 QCheckBox::indicator {
     width: 16px;
     height: 16px;
 }

 QCheckBox::indicator:unchecked {
     
 }

 QCheckBox::indicator:unchecked:hover {
     
 }

 QCheckBox::indicator:unchecked:pressed {
     
 }

 QCheckBox::indicator:checked {
     
 }

 QCheckBox::indicator:checked:hover {
    
 }

 QCheckBox::indicator:checked:pressed {
    
 }

 QCheckBox::indicator:indeterminate:hover {
     
 }

 QCheckBox::indicator:indeterminate:pressed {
     
 }

QLabel#regDlg{
	background-image:url(%currentPath%/style/RegBg);
}

/*ͼ*/
QLabel#lbTb{
	background-image:url(%currentPath%/style/tb);
	
}


/*ͼ*/
QLabel#lb_Tb{
	background-image:url(%currentPath%/style/titleTb);
}

/*עᴰеİť*/
QPushButton#pbSn,#pushButton,#pushButton_2 {
    background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0.00561798, y2:0, stop:0 rgba(130, 212, 224, 255), stop:1 rgba(255, 255, 255, 255));
    border-width: 1px;
    border-color: #63aac1;
    border-style: solid;
    border-radius: 2;
    padding: 3px;
    min-width: 9ex;
    min-height: 2.5ex;
}

QPushButton#pbSn:hover,#pushButton:hover,#pushButton_2:hover {
    background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0.00561798, y2:0, stop:0 rgba(255, 255, 255, 255), stop:1 rgba(130, 212, 224, 255));
}


/*ȱʡ"ر"ťͨ״̬ʽ*/
QPushButton#btnClose{
   	border-image: url(%currentPath%/style/close.png);
}

/*ȱʡ"ر"ť꾭ʽ*/
QPushButton#btnClose:hover{
	border-image: url(%currentPath%/style/close_hover.png);
}

/*ȱʡ"ر"ťʽ*/
QPushButton#btnClose:pressed{
	border-image: url(%currentPath%/style/close_press.png);
}


/*õ½ں촰ڵı*/
#ChatWindow,#loginWindow{
	background-origin:padding;
	qproperty-background:url(%currentPath%/style/chat);
	qproperty-scaleLeft:5;
	qproperty-scaleRight:5;
	qproperty-scaleTop:83;
	qproperty-scaleBottom:15;
} 

/*õ¼ڴС*/
#loginWindow{
	min-width:287px;
	min-height:246px;
	max-width:287px;
	max-height:246px;
}