[fix]修改告警分析的样式风格
This commit is contained in:
parent
5142516f69
commit
57b8d78fa8
@ -1,138 +1,32 @@
|
|||||||
QCheckBox::indicator:unchecked
|
|
||||||
{
|
|
||||||
width:14px;
|
|
||||||
height:14px;
|
|
||||||
/*border-radius: 7px;*/
|
|
||||||
background-color: rgb(191,191,191);
|
|
||||||
}
|
|
||||||
|
|
||||||
QCheckBox::indicator:checked
|
|
||||||
{
|
|
||||||
width:14px;
|
|
||||||
height:14px;
|
|
||||||
/*border-radius: 7px;*/
|
|
||||||
background-color: rgb(0,255,0);
|
|
||||||
}
|
|
||||||
|
|
||||||
QWidget
|
|
||||||
{
|
|
||||||
background-color:rgb(3,22,36);
|
|
||||||
}
|
|
||||||
|
|
||||||
QLabel,QCheckBox
|
|
||||||
{
|
|
||||||
color:rgb(0,180,255);
|
|
||||||
}
|
|
||||||
|
|
||||||
QFrame#frame_bar,QFrame#frame_alarm,QFrame#frame_location,QListWidget,QComboBox,
|
|
||||||
QDateEdit,QPushButton,QLineEdit,QTableWidget,QTableView,QTreeWidget,QGroupBox,
|
|
||||||
QToolBox::tab,QToolBox,QTextEdit
|
|
||||||
{
|
|
||||||
border-style:solid;
|
|
||||||
border-width:1px;
|
|
||||||
border-color:rgb(10,91,147);
|
|
||||||
color:rgb(0,180,255);
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
QRadioButton
|
|
||||||
{
|
|
||||||
color:rgb(0,180,255);
|
|
||||||
}
|
|
||||||
|
|
||||||
QFrame#frame_location QFrame
|
|
||||||
{
|
|
||||||
border-style:solid;
|
|
||||||
border-width:1px;
|
|
||||||
border-color:rgb(10,91,147);
|
|
||||||
color:rgb(0,180,255);
|
|
||||||
padding-left:10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
QPushButton:hover
|
|
||||||
{
|
|
||||||
background-color: rgb(41,115,163);
|
|
||||||
}
|
|
||||||
|
|
||||||
QLabel#value,QLabel#value2
|
QLabel#value,QLabel#value2
|
||||||
{
|
{
|
||||||
background-color:rgb(41,115,163);
|
background-color:#4e709a;
|
||||||
color:rgb(33,248,250);
|
color: #FFFFFF;
|
||||||
border-style:outset;
|
border-style:outset;
|
||||||
border-width:1px;
|
border-width:1px;
|
||||||
border-color:rgb(33,184,250);
|
border-color:#6088ba;
|
||||||
border-radius:5px;
|
border-radius:0px;
|
||||||
padding:5px;
|
padding:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QListView
|
|
||||||
{
|
|
||||||
color:rgb(0,180,255);
|
|
||||||
}
|
|
||||||
|
|
||||||
QComboBox::drop-down,QDateEdit::drop-down
|
|
||||||
{
|
|
||||||
width: 20px;
|
|
||||||
border-width: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: rgb(10,91,147);
|
|
||||||
}
|
|
||||||
|
|
||||||
QComboBox QAbstractItemView
|
|
||||||
{
|
|
||||||
border-width: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: rgb(10,91,147);
|
|
||||||
}
|
|
||||||
|
|
||||||
QCalendarWidget QWidget
|
|
||||||
{
|
|
||||||
border-width: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: rgb(10,91,147);
|
|
||||||
color: rgb(0,180,255);
|
|
||||||
}
|
|
||||||
|
|
||||||
QCalendarWidget QWidget#qt_calendar_navigationbar
|
|
||||||
{
|
|
||||||
border-bottom-width: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
QCalendarWidget QTableView
|
|
||||||
{
|
|
||||||
border-top-width: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
QToolButton#qt_calendar_monthbutton,#qt_calendar_yearbutton
|
|
||||||
{
|
|
||||||
border-width: 0px;
|
|
||||||
border-top-width: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
QHeaderView::section
|
|
||||||
{
|
|
||||||
background: rgb(3,22,36);
|
|
||||||
border-style:solid;
|
|
||||||
border-width:1px;
|
|
||||||
border-color:rgb(10,91,147);
|
|
||||||
color:rgb(0,180,255);
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
QTableView#alarm
|
QTableView#alarm
|
||||||
{
|
{
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QToolBoxButton
|
CAlarmReport,CAlarmCompare,CWaveListDialog
|
||||||
{
|
{
|
||||||
min-height: 32px;
|
background-color: #072d45;
|
||||||
|
border-radius: 0px;
|
||||||
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
CAlarmStatistics,
|
CAlarmStatistics,
|
||||||
CAlarmCompare{
|
CAlarmCompare{
|
||||||
qproperty-chartLabelColor: rgb(0,180,255);
|
qproperty-chartLabelColor: #FFFFFF;
|
||||||
qproperty-chartLineColor: rgb(0,180,255);
|
qproperty-chartLineColor: #FFFFFF;
|
||||||
|
qproperty-chartBackground: #072d45;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user