156 lines
2.1 KiB
Plaintext
156 lines
2.1 KiB
Plaintext
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
|
|
{
|
|
background-color:rgb(41,115,163);
|
|
color:rgb(33,248,250);
|
|
border-style:outset;
|
|
border-width:1px;
|
|
border-color:rgb(33,184,250);
|
|
border-radius: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
|
|
{
|
|
border-width: 0px;
|
|
}
|
|
|
|
QToolBoxButton
|
|
{
|
|
min-height: 32px;
|
|
}
|
|
|
|
CAlarmStatistics,
|
|
CAlarmCompare{
|
|
qproperty-chartLabelColor: rgb(0,180,255);
|
|
qproperty-chartLineColor: rgb(0,180,255);
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|