147 lines
2.7 KiB
Plaintext
147 lines
2.7 KiB
Plaintext
QFrame#mainFrame{
|
|
background-color: transparent;
|
|
border:0px;
|
|
}
|
|
|
|
QWidget#UserListFrame
|
|
{
|
|
min-width: 180px;
|
|
}
|
|
|
|
/* KbdPropertyDlg{
|
|
background:#0b2a51;
|
|
} */
|
|
|
|
/* QTableView QTableCornerButton::section {
|
|
background-color:red;
|
|
} */
|
|
|
|
QTreeView:!enabled{
|
|
color:#acb3bf;
|
|
}
|
|
|
|
QToolBar{
|
|
border: 0px solid #6088BA;
|
|
}
|
|
|
|
QToolButton QMenu
|
|
{
|
|
border: 0px solid #6088BA;
|
|
}
|
|
|
|
QToolButton QMenu::item
|
|
{
|
|
border: 0px solid transparent;
|
|
}
|
|
/*
|
|
QAbstractSpinBox::up-button {
|
|
height:3px;
|
|
}
|
|
QAbstractSpinBox::down-button {
|
|
height:3px;
|
|
}
|
|
|
|
*/
|
|
/*
|
|
QLabel#SignatureLable{
|
|
background: #032448;
|
|
border:1px;
|
|
max-width:490px;
|
|
min-height:300px;
|
|
font-size:36px;
|
|
font-style:italic;
|
|
font-weight:Bold;
|
|
}
|
|
*/
|
|
/*
|
|
QToolBar QToolButton
|
|
{
|
|
border: 1px solid #0070a2;
|
|
border-radius: 2px;
|
|
/*background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,
|
|
stop: 0 #072d48, stop: 0.05 #0d3756,stop: 0.5 #0d3756,
|
|
stop: 0.9 #072d48, stop: 1 #072d48);*/
|
|
/*
|
|
radius:4px;
|
|
width: 80px;
|
|
height: 28px;
|
|
}
|
|
|
|
/*设置样式风格和人机界面风格一致*/
|
|
/*QTreePropertyBrowser设置选中颜色*/
|
|
/*
|
|
QTreeWidget ,QTreeView
|
|
{
|
|
selection-background-color:#06153E;
|
|
selection-color:#00f0ff;
|
|
}
|
|
|
|
QToolBar QToolButton
|
|
{
|
|
border: 1px solid #0070a2;
|
|
border-radius: 2px;
|
|
/*background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,
|
|
stop: 0 #072d48, stop: 0.05 #0d3756,stop: 0.5 #0d3756,
|
|
stop: 0.9 #072d48, stop: 1 #072d48);*/
|
|
/*
|
|
radius:4px;
|
|
width: 80px;
|
|
height: 28px;
|
|
}
|
|
|
|
/*QTabBar不可编辑选项卡隐藏*/
|
|
/*
|
|
QTabBar::tab:disabled
|
|
{
|
|
width:0;
|
|
color:transparent;
|
|
}
|
|
|
|
/*放大spinBox按钮*/
|
|
/*SpinBox向上按钮样式*/
|
|
/*
|
|
QAbstractSpinBox::up-button {
|
|
margin:10px 10px 10px 10px;
|
|
height:10px;
|
|
width:20px;
|
|
image:url(../../resource/zh/public/dark/icon/box-up-normal.png);
|
|
}
|
|
|
|
QAbstractSpinBox::up-button:hover {
|
|
image:url(../../resource/zh/public/dark/icon/box-up-select.png);
|
|
|
|
}
|
|
|
|
QAbstractSpinBox::up-button:pressed {
|
|
image:url(../../resource/zh/public/dark/icon/box-up-select.png);
|
|
|
|
}
|
|
|
|
QAbstractSpinBox::up-button:disabled{
|
|
image:url(../../resource/zh/public/dark/icon/box-up-normal.png);
|
|
|
|
}
|
|
*/
|
|
/*SpinBox向下按钮样式*/
|
|
/*
|
|
QAbstractSpinBox::down-button {
|
|
margin: 10px 10px 10px 10px;
|
|
height:10px;
|
|
width:20px;
|
|
image:url(../../resource/zh/public/dark/icon/box-down-normal.png);
|
|
}
|
|
|
|
QAbstractSpinBox::down-button:hover{
|
|
image:url(../../resource/zh/public/dark/icon/box-down-select.png);
|
|
}
|
|
|
|
QAbstractSpinBox::down-button:pressed{
|
|
image:url(../../resource/zh/public/dark/icon/box-down-select.png);
|
|
}
|
|
|
|
QAbstractSpinBox::down-button:disabled{
|
|
image:url(../../resource/zh/public/dark/icon/box-down-normal.png);
|
|
|
|
}
|
|
*/
|