169 lines
3.3 KiB
Plaintext
169 lines
3.3 KiB
Plaintext
QFrame#adaptFrame,
|
||
QFrame#frame_3{
|
||
border:1px solid #cccfd9;
|
||
}
|
||
QFrame#titleFrame,
|
||
QFrame#pageFrame,
|
||
QFrame#toolFrame{
|
||
border:none;
|
||
}
|
||
QLabel#m_tipLabel{
|
||
background:white;
|
||
}
|
||
QLabel#adaptLlabel {
|
||
color:#333333;
|
||
}
|
||
QLabel#title {
|
||
color:#333333;
|
||
font-size:24px;
|
||
margin-bottom:5px;
|
||
font-family:Microsoft YaHei;
|
||
}
|
||
CPlotWidget {
|
||
qproperty-plotBackgroundColor: white;
|
||
qproperty-plotTickColor: #666666;
|
||
qproperty-plotGridColor: #cccfd9;
|
||
qproperty-plotZeroLineColor: #cccfd9;
|
||
qproperty-plotTickPen: #cccfd9;
|
||
}
|
||
CSWitchButton {
|
||
min-width:60px;
|
||
max-height:32px;
|
||
qproperty-backgroundColor:#A0FFFFFF;
|
||
qproperty-checkedColor:#A0FFFFFF;
|
||
qproperty-textColor:#333333;
|
||
qproperty-radius:10;
|
||
qproperty-borderColor:#cccfd9;
|
||
}
|
||
CToolTip{
|
||
background:white;
|
||
border: 1px solid #cccfd9;
|
||
border-radius: 0px;
|
||
}
|
||
QSlider{
|
||
background:transparent;
|
||
min-width:5px;
|
||
max-width:15px;
|
||
}
|
||
QSlider::handle{
|
||
width:15px;
|
||
height:15px;
|
||
background: #096ae4;
|
||
}
|
||
QSlider::add-page,
|
||
QSlider::sub-page{
|
||
background: transparent;
|
||
}
|
||
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#realTime,
|
||
QPushButton#sec,
|
||
QPushButton#day,
|
||
QPushButton#week,
|
||
QPushButton#month,
|
||
QPushButton#quarter,
|
||
QPushButton#year,
|
||
QPushButton#custom{
|
||
width:60px;
|
||
}
|
||
QPushButton#collectCurve,
|
||
QPushButton#plotPrint,
|
||
QPushButton#plotExport{
|
||
width: 48px;
|
||
height:30px;
|
||
}
|
||
QPushButton#searchButton:hover{
|
||
background-color: #d1e3f8;
|
||
}
|
||
QPushButton#searchButton:pressed{
|
||
background-color: #d1e3f8;
|
||
padding: 2px -1px -2px 1px;
|
||
}
|
||
QPushButton#searchButton{
|
||
padding:2px 2px 2px 2px;
|
||
border:0px;
|
||
background:white;
|
||
height:21px;
|
||
width:21px;
|
||
image:url(../../resource/zh/public/light/icon/search.png);
|
||
}
|
||
QTabWidget::pane {
|
||
border: 0px;
|
||
padding: 0px;
|
||
}
|
||
QTabBar:tab {
|
||
width : 72px;
|
||
height: 28px;
|
||
color: #333333;
|
||
background:white;
|
||
border-bottom: 1px solid #0669af;
|
||
}
|
||
QTabBar:tab:selected {
|
||
color: #096ae4;
|
||
background-color: #d1e3f8;
|
||
border-bottom-color: #0669af;
|
||
}
|
||
QTabBar:tab:hover {
|
||
color: #096ae4;
|
||
}
|
||
CTrendEditDialog{
|
||
background-color#e6ecf2;
|
||
}
|
||
CRetriever QLabel{
|
||
color:#333333;
|
||
}
|
||
CRetriever QWidget{
|
||
background:white;
|
||
color:#333333;
|
||
}
|
||
CRetriever QRadioButton{
|
||
color: #333333;
|
||
}
|
||
CRetriever QFrame#frame_2,
|
||
CRetriever QFrame#frame_4,
|
||
CRetriever QFrame#frame_5,
|
||
CRetriever QFrame#frame_6,
|
||
CRetriever QFrame#frame_7,
|
||
CRetriever QFrame#frame_8,
|
||
CRetriever QFrame#frame_9,
|
||
CRetriever QFrame#frame_10,
|
||
CRetriever QFrame#frame_11,
|
||
CRetriever QFrame#frame_12
|
||
{
|
||
border: 1px solid #cccfd9;
|
||
background:white;
|
||
}
|
||
CRetriever QLineEdit{
|
||
color: #333333;
|
||
border: 1px solid #cccfd9;
|
||
}
|
||
CRetriever QPushButton{
|
||
image: url(../../resource/zh/public/light/icon/search.png);
|
||
}
|
||
QComboBox#interval{
|
||
min-width:80px;
|
||
}
|
||
QComboBox#comboBox_alarmStatus{
|
||
min-width:120px;
|
||
}
|
||
QComboBox QLineEdit{
|
||
border:none;
|
||
}
|
||
QTableView::item#trendView{
|
||
border:1px solid #cccfd9;
|
||
border-top-color:transparent;
|
||
}
|
||
QDateTimeEdit:drop-down{
|
||
image: url(../../resource/zh/public/light/icon/arrowBottom.png);
|
||
padding-right: 4px;
|
||
padding-top: 10px;
|
||
}
|