HM-SPMS/resource/fr/style/dark/trendCurves.qss

199 lines
3.8 KiB
Plaintext
Raw Normal View History

2025-03-20 17:30:43 +08:00
QLabel#m_tipLabel{
font: 20px "Microsoft YaHei";
}
QLabel#title {
font: 26px "Microsoft YaHei";
}
CPlotWidget {
qproperty-plotBackgroundColor: transparent;
qproperty-plotTickColor: #D5DBE4;
qproperty-plotGridColor: #516b8998;
qproperty-plotZeroLineColor: #516B89;
qproperty-plotTickPen: #516B89;
}
CSWitchButton {
min-width:120px;
max-height:40px;
font-size: 14px;
qproperty-backgroundColor: #5DA5FB;
qproperty-checkedColor: #5DA5FB;
qproperty-handleColor: #0f1e43;
qproperty-textColor: #FFFFFF;
qproperty-radius: 0;
qproperty-borderColor:#5DA5FB;
}
CPlotWidget QHeaderView
{
min-height: 60px;
min-width: 200px;
}
QPushButton
{
font-size: 14px;
}
/*
QFrame#adaptFrame,
QFrame#frame_3{
border:1px solid #0669af;
}
QFrame#titleFrame,
QFrame#pageFrame,
QFrame#toolFrame{
border:none;
}
QLabel#m_tipLabel{
background:#0b2a51;
}
QLabel#adaptLlabel {
color:#01a6ec;
}
QLabel#title {
color:#01a6ec;
}
CPlotWidget {
qproperty-plotBackgroundColor: #072d48;
qproperty-plotTickColor: #017fb7;
qproperty-plotGridColor: #1A384C;
qproperty-plotZeroLineColor: #4F6878;
qproperty-plotTickPen: #023F63;
}
CSWitchButton {
min-width:60px;
max-height:27px;
qproperty-backgroundColor: #01a6ec;
qproperty-checkedColor: #01a6ec;
qproperty-handleColor: #12568B;
qproperty-textColor: white;
qproperty-radius: 10;
qproperty-borderColor:#0a5b93;
}
CToolTip{
background:#0b2a51;
border: 1px solid #0669af;
border-radius: 0px;
}
QSlider{
background:transparent;
min-width:5px;
max-width:15px;
}
QSlider::handle{
width:15px;
height:15px;
background: #096ae4;
}
QSlider::groove{
background:transparent;
border:1px solid #0669af;
}
QSlider::add-page,
QSlider::sub-page{
background: transparent;
}
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 {
color: #01a6ec;
border: 1px solid #0669af;
border-radius: 0px;
width:20;
height:20;
image: url(../../resource/zh/public/dark/icon/search.png);
background-color: #0b2a51;
}
QPushButton#searchButton:hover {
background-color: #134a72;
}
QPushButton#searchButton:pressed {
background-color: #134a72;
padding: 2px -1px -2px 1px;
}
QTabWidget::pane {
border: 0px;
padding: 0px;
}
QTabBar:tab {
width : 72px;
height: 28px;
color: #01a6ec;
background:#0b2a51;
border-bottom: 1px solid #0669af;
}
QTabBar:tab:selected {
color: #02efef;
background-color: #134a72;
border-bottom-color: #0669af;
}
QTabBar:tab:hover {
color: #02efef;
}
CTrendEditDialog{
background-color: #0b2a51;
}
CRetriever QLabel{
color: #01a6ed;
}
CRetriever QWidget{
background:#0b2a51;
color:#01a6ec;
}
CRetriever QRadioButton{
color: #01a6ec;
}
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 #0669af;
}
CRetriever QLineEdit{
color: #0378ae;
border: 1px solid #075d99;
}
CRetriever QPushButton{
image: url(../../resource/zh/public/dark/icon/search.png);
}
QComboBox#interval{
min-width:60;
}
QComboBox QLineEdit{
border:none;
}
QTableView::item#trendView{
border:1px solid #072d48;
border-top-color:transparent;
}
QDateTimeEdit:drop-down{
image: url(../../resource/zh/public/dark/icon/arrowBottom.png);
padding-right: 4px;
padding-top: 10px;
}
*/