99 lines
1.9 KiB
Plaintext
99 lines
1.9 KiB
Plaintext
QFrame#frame{
|
|
border:0px solid #0a5b93;
|
|
}
|
|
|
|
QComboBox#m_contrasComb{
|
|
min-width:60px;
|
|
}
|
|
|
|
QDateEdit#m_contrastTime{
|
|
min-width:100px;
|
|
}
|
|
|
|
QTableView QTableCornerButton::section {
|
|
background-color:transparent;
|
|
}
|
|
|
|
QListView::item,
|
|
QTreeWidget::item{
|
|
height:30px;
|
|
}
|
|
QListView::item:hover,
|
|
QListView::item:selected,
|
|
QTreeWidget::item:hover,
|
|
QTreeWidget::item:selected{
|
|
background-color:#134a72;
|
|
color:#02efef;
|
|
}
|
|
|
|
QTabWidget QWidget{
|
|
background:#0b2a51;
|
|
}
|
|
QTabWidget::pane {
|
|
border: 1px solid #0669af;
|
|
padding: 0px;
|
|
}
|
|
QTabBar:tab {
|
|
width : 113px;
|
|
height: 35px;
|
|
color: #01a6ec;
|
|
background:#0669af;
|
|
font-size:16px;
|
|
font-weight:Bold;
|
|
border:none;
|
|
}
|
|
QTabBar:tab:selected {
|
|
color: #02efef;
|
|
background-color: #134a72;
|
|
border-bottom:none;
|
|
}
|
|
CToolTip{
|
|
background:#0669af;
|
|
}
|
|
QLabel#tipLabel{
|
|
background:#0669af;
|
|
color:#01a6ec;
|
|
padding:6px;
|
|
}
|
|
CSWitchButton {
|
|
qproperty-backgroundColor: #01a6ec;
|
|
qproperty-checkedColor: #01a6ec;
|
|
qproperty-handleColor: #12568B;;
|
|
qproperty-textColor: white;
|
|
qproperty-borderColor:#0a5b93;
|
|
}
|
|
ContrastWidget,
|
|
CDrillDownChart{
|
|
qproperty-labelColor: #333333;
|
|
qproperty-gridLineColor: #1A384C;
|
|
qproperty-labelsColor: #01a6ec;
|
|
qproperty-titleColor: #01a6ec;
|
|
qproperty-legendColor: #01a6ec;
|
|
qproperty-backgroundColor: #022644;
|
|
}
|
|
CCurveChartView{
|
|
qproperty-plotTickColor: #017fb7;
|
|
qproperty-plotLinePen: #023F63;
|
|
qproperty-plotGridColor: #1A384C;
|
|
qproperty-plotLegendColor: #01a6ec;
|
|
qproperty-plotBackgroundColor:#022644;
|
|
}
|
|
|
|
QToolButton{
|
|
border: 0px solid #0669af;
|
|
border-radius: 0px;
|
|
background-color: #0b2a51;
|
|
min-height:26px;
|
|
width:80px;
|
|
color:#01a6ec;
|
|
}
|
|
|
|
QDateEdit::drop-down{
|
|
width:11px;
|
|
height:7px;
|
|
border-image: url(../../resource/zh/public/dark/icon/box-down-select.png);
|
|
margin-right: 10px;
|
|
subcontrol-origin: margin;
|
|
subcontrol-position: center right;
|
|
}
|