59 lines
1013 B
Plaintext
59 lines
1013 B
Plaintext
QWidget
|
|
{
|
|
font: 10pt "Microsoft YaHei";
|
|
color: #333333;
|
|
background:#FDFDFD;
|
|
outline:none;
|
|
}
|
|
QWidget:disabled
|
|
{
|
|
color:#666666;
|
|
border-color: #cccccc;
|
|
}
|
|
QToolButton
|
|
{
|
|
background:transparent;
|
|
border:none;
|
|
color:#00B4FF;
|
|
}
|
|
QToolButton:hover
|
|
{
|
|
color:#00f0ff;
|
|
}
|
|
QToolButton::menu-indicator
|
|
{
|
|
background:transparent;
|
|
subcontrol-position:right center;
|
|
}
|
|
QPushButton
|
|
{
|
|
image:url(../../resource/zh/public/light/icon/arrowRight.png);
|
|
background:transparent;
|
|
border:none;
|
|
max-width:20px;
|
|
}
|
|
QMenu
|
|
{
|
|
background:#FDFDFD;
|
|
border: 1px solid #B2B9C3;
|
|
}
|
|
QMenu::item{
|
|
height:30px;
|
|
color:#333333;
|
|
background:#FDFDFD;
|
|
border: 1px solid transparent;
|
|
padding: 0px 20px 0px 20px;
|
|
}
|
|
QMenu::item:hover,QMenu::item:selected{
|
|
color:#333333;
|
|
background:#d9e8fd;
|
|
}
|
|
QMenu::item:disabled,QMenu::item:disabled:selected,QMenu::item:disabled:pressed
|
|
{
|
|
color: #666666;
|
|
background: #FDFDFD;
|
|
}
|
|
QMenu::item:pressed {
|
|
color:#096ae4;
|
|
background:#d9e8fd;
|
|
} |