Mini Kabibi Habibi
QTabWidget::pane
{
top: -1px;
border: 1px solid rgb(180,188,201);
background-color:rgb(219,221,225);
}
QTabBar
{
qproperty-drawBase:false;
}
QTabBar::tab:selected
{
border-image:url(./Skin/Tab.png) 0 4 27 4;
border-width:0 4px 27px 4px;
margin:0 0 -27px 0;
min-width:94px;
height:27px;
}
QTabBar::tab
{
border-image:url(./Skin/Tab.png) 27 4 0 4;
border-width:27px 4px 0 4px;
margin:-27px 0 0 0;
min-width:94px;
height:27px;
}
QTabBar::tab:!last
{
margin-right:2px;
}
/*输入框 START*/
QLineEdit,QTextEdit {
background:#222429;
color:#eeeeee;
border:none;
border-radius:2px;
selection-background-color:#0569ff;
}
QLineEdit:hover
{
background:#222429;
border:1px solid #818796;
}
QLineEdit:focus
{
background:#222429;
border:#111213;
}
QLineEdit:disabled
{
background:#303135;
}
QListView {
alternate-background-color: rgb(195,201,213);
background: #ced5e1;
selection-color:black;
selection-background-color: #90b4dd;
}
QGroupBox
{
border:1px solid rgb(180,188,201);
}
QPushButton:focus
{
color:#fefefe;
border-image:url(./DSGuiRes/Images/DustyBlue/Button/btn_normal.png) 2 3 2 3;
border-width:2px 3px 2px 3px;
}
QPushButton:hover
{
border-image:url(./DSGuiRes/Images/DustyBlue/Button/btn_hover.png) 2 3 2 3;
border-width:2px 3px 2px 3px;
}
QPushButton:pressed
{
border-image:url(./DSGuiRes/Images/DustyBlue/Button/btn_pressed.png) 2 3 2 3;
border-width:2px 3px 2px 3px;
}
QPushButton:disabled
{
color:#b1b1b1;
border-image:url(./DSGuiRes/Images/DustyBlue/Button/btn_disable.png) 2 3 2 3;
border-width:2px 3px 2px 3px;
}
DSGUI--DSImpPushButton,
DSGUI--DSImpPushButton:focus
{
color:#fefefe;
border-image:url(./DSGuiRes/Images/DustyBlue/Button/btn_IMP_normal.png) 2 3 2 3;
border-width:2px 3px 2px 3px;
}
DSGUI--DSImpPushButton:hover
{
border-image:url(./DSGuiRes/Images/DustyBlue/Button/btn_IMP_hover.png) 2 3 2 3;
border-width:2px 3px 2px 3px;
}
DSGUI--DSImpPushButton:pressed
{
border-image:url(./DSGuiRes/Images/DustyBlue/Button/btn_IMP_pressed.png) 2 3 2 3;
border-width:2px 3px 2px 3px;
}
DSGUI--DSImpPushButton:disabled
{
color:#b1b1b1;
border-image:url(./DSGuiRes/Images/DustyBlue/Button/btn_disable.png) 2 3 2 3;
border-width:2px 3px 2px 3px;
}