/*
	ܣ
        Чļʽ.
    
    ע:
        1.֧/* */ע,Ǳ,дк.
        2.֧ÿеĺ // ע.
        
    ؼ֣
        BeginSetting
        EndSetting
 
        BeginCss
        EndCss
*/



/*
    һʵ.
*/
BeginSetting()                                      //ʼĳؼϢ
ControlName=DefaultButton;                          //ؼ
AnimationFileCount=5;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.

BeginCss                                            //ʼһCss
QPushButton
{
	background-attachment: scroll;
	border: 1px solid #6a6ea9;
}
QPushButton:hover
{
	border: 1px solid #6a1e19;
	background-image: url(Resources/ButtonBackground%1%.png);
}
EndCss                                              //һCss

EndSetting                                          //ĳؼϢ



/*
    е鰴ť
*/
BeginSetting()                                      //ʼĳؼϢ
ControlName=GroupButton;                            //ؼ
AnimationFileCount=5;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.

BeginCss                                            //ʼһCss
QPushButton
{
    background-image: url(Resources/col_header.png);
	border: 0px solid #427C9F;
	text-align: left;
	margin: 1px;
	padding: 1px;
	text-indent: 10px;
	font-weight: bold;
}
QPushButton:hover
{
	border: 1px solid #6a1e19;
}
EndCss                                              //һCss

EndSetting                                          //ĳؼϢ






/*
    еť
*/
BeginSetting()                                      //ʼĳؼϢ
ControlName=CommandButton;                            //ؼ
AnimationFileCount=5;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.

BeginCss                                            //ʼһCss
QPushButton
{
	background-color: #FFF;
	text-align: left;
	border: 1px solid #FFF;
}
QPushButton:hover
{
	border: 1px solid #6a1e19;
	background-color: #CCC;
}
 QPushButton:pressed {
     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
                                       stop: 0 #dadbde, stop: 1 #f6f7fa);
 }
  QPushButton:flat {
     border: none;
 }
EndCss                                              //һCss

EndSetting                                          //ĳؼϢ



/*
    иť
*/
BeginSetting()                                      //ʼĳؼϢ
ControlName=MoreButton;                            //ؼ
AnimationFileCount=5;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.

BeginCss                                            //ʼһCss
QPushButton
{
	background-color: #FFF;
	text-align: left;
	border: 1px solid #FFF;
}

 QPushButton:pressed {
     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
                                       stop: 0 #dadbde, stop: 1 #f6f7fa);
 }

EndCss                                              //һCss

EndSetting                                          //ĳؼϢ



/*
    иť
*/
BeginSetting()                                      //ʼĳؼϢ
ControlName=ShowFreviewButton;                      //ؼ
AnimationFileCount=5;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.

BeginCss                                            //ʼһCss
QPushButton
{
    background-image: url(Resources/preview_down.png);
	text-align: left;
	border: 1px solid #FFF;
}

 QPushButton:pressed {
     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
                                       stop: 0 #dadbde, stop: 1 #f6f7fa);
 }

EndCss                                              //һCss

EndSetting                                          //ĳؼϢ