59 lines
1.1 KiB
Plaintext
59 lines
1.1 KiB
Plaintext
QLineEdit#searchTextEdit
|
||
{
|
||
background: #FDFDFD;/*不建议设为透明,否则table编辑时会字显示*/
|
||
selection-background-color: #096ae4;
|
||
selection-color:#FDFDFD;
|
||
border: 1px solid #B2B9C3;
|
||
border-radius: 0px;
|
||
padding: 1 1 1 1px;
|
||
height:22px;
|
||
|
||
}
|
||
QPushButton#ok{
|
||
height:26px;
|
||
width:100px;
|
||
}
|
||
|
||
|
||
QPushButton#searchButton:hover {
|
||
background-color: #d1e3f8;
|
||
}
|
||
QPushButton#searchButton:pressed {
|
||
background-color: #d1e3f8;
|
||
padding: 2px -1px -2px 1px;
|
||
}
|
||
QPushButton#searchButton{
|
||
border:0px;
|
||
background:white;
|
||
image:url(../../resource/zh/public/light/icon/search.png);
|
||
}
|
||
QPushButton#iconButton{
|
||
border-radius:0px;
|
||
border:none;
|
||
image:url(../../resource/zh/public/light/icon/calendar.png);
|
||
}
|
||
CAlarmInhibitDialog QPushButton{
|
||
width:80px;
|
||
height:30px;
|
||
}
|
||
CMyCalendar QLineEdit{
|
||
height:26px;
|
||
}
|
||
CMyCalendar QPushButton{
|
||
height:26px;
|
||
border-radius:0px;
|
||
}
|
||
|
||
QTreeWidget#area::item {
|
||
height:23px;
|
||
}
|
||
/*
|
||
QTableView {
|
||
color:#333333;
|
||
outline:0px;
|
||
border: 1px solid #cccfd9;
|
||
alternate-background-color: #f4f8fb;
|
||
background-color:white;
|
||
font-size:40px;
|
||
qproperty-showGrid:false;
|
||
}*/ |