130 lines
2.6 KiB
Plaintext
130 lines
2.6 KiB
Plaintext
QWidget#CDebugTool,QWidget#tab{
|
|
background:white;
|
|
}
|
|
|
|
|
|
QTabBar::tab {
|
|
border: 1px solid #E8E8E8;
|
|
min-width:80px;
|
|
height:25px;
|
|
background: #F2F5FA;
|
|
color:black;
|
|
font-family:Microsoft YaHei;
|
|
font-size:14px;
|
|
}
|
|
QTabBar::tab:selected, QTabBar::tab:hover {
|
|
background: white;
|
|
color:#3482F4;
|
|
border-bottom-color: white;
|
|
}
|
|
|
|
QGroupBox{
|
|
font-size:14px;
|
|
|
|
font-family:Microsoft YaHei;
|
|
}
|
|
QListView::item{
|
|
height:23px;
|
|
}
|
|
|
|
QComboBox{
|
|
border:1px solid #CACACA;
|
|
font-family:Microsoft YaHei;
|
|
|
|
}
|
|
QComboBox QAbstractItemView::item{
|
|
height: 23px;
|
|
}
|
|
QComboBox::drop-down {
|
|
width: 20px;
|
|
border-width: 0px;
|
|
}
|
|
QComboBox::down-arrow {
|
|
background:white;
|
|
image: url(../../resource/en/debug_tool/image/down.png);
|
|
border:0px solid;
|
|
|
|
}
|
|
QPushButton#searchButton{
|
|
border:1px solid #CACACA;
|
|
background:#F5F5F5;
|
|
image:url(../../resource/en/debug_tool/image/search.png);
|
|
}
|
|
|
|
QPushButton#searchButton:hover{
|
|
border:1px solid #99d1ff;
|
|
background:#cde8ff;
|
|
}
|
|
QPushButton#pushBtn_delPoint{
|
|
width:100px;
|
|
height:23px;
|
|
border:1px solid rgba(251,80,80,1);
|
|
border-radius:4px;
|
|
font-family:Microsoft YaHei;
|
|
font-size:14px;
|
|
}
|
|
|
|
QPushButton{
|
|
width:100px;
|
|
height:23px;
|
|
border:1px solid #3482F4;
|
|
border-radius:4px;
|
|
font-family:Microsoft YaHei;
|
|
font-size:14px;
|
|
color:#3482F4;
|
|
}
|
|
QPushButton:hover{
|
|
border:1px solid #99d1ff;
|
|
background:#cde8ff;
|
|
}
|
|
|
|
QLineEdit#lineEdit,QLineEdit#lineEdit_content{
|
|
font-family:Microsoft YaHei;
|
|
border:1px solid #CACACA;
|
|
}
|
|
QLabel#location,QLabel#sub,QLabel#devGroup,QLabel#device,QLabel#point,QLabel#label,QLabel#label_2,QLabel#label_3,
|
|
QLabel#label_4,QLabel#label_5,QLabel#label_6,QLabel#label_7,QLabel#label_8{
|
|
font-family:Microsoft YaHei;
|
|
|
|
}
|
|
QLabel#label_netStatus,QLabel#netStatus{
|
|
font-family:Microsoft YaHei;
|
|
|
|
font-size:14px;
|
|
}
|
|
QCheckBox#checkBox_all,QCheckBox#checkBox_analog,QCheckBox#checkBox_digital,
|
|
QCheckBox#checkBox_accuml,QCheckBox#checkBox_mix,QCheckBox#checkBox_const,QCheckBox#checkBox_allColmn{
|
|
font-family:Microsoft YaHei;
|
|
|
|
font-size:14px;
|
|
}
|
|
|
|
QCheckBox::indicator:checked {
|
|
image: url(../../resource/en/debug_tool/image/check.png);
|
|
}
|
|
QCheckBox::indicator:!checked {
|
|
image: url(../../resource/en/debug_tool/image/uncheck.png);
|
|
}
|
|
QHeaderView::section {
|
|
font-family:Microsoft YaHei;
|
|
text-align:center;
|
|
height:23px;
|
|
|
|
}
|
|
QSplitter{
|
|
background:white;
|
|
}
|
|
QRadioButton::indicator::unchecked {
|
|
image: url(../../resource/en/debug_tool/image/uncheck1.png);
|
|
}
|
|
QRadioButton::indicator::checked {
|
|
image: url(../../resource/en/debug_tool/image/check1.png);
|
|
}
|
|
|
|
QSplitter::handle {
|
|
background:transparent;
|
|
}
|
|
|
|
QSplitter::handle:horizontal {
|
|
width: 5px;
|
|
} |