You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
282 lines
3.1 KiB
Plaintext
282 lines
3.1 KiB
Plaintext
|
|
|
|
|
|
QPushButton#okBtn, QPushButton#delAreaBtn {
|
|
|
|
font-size: 22px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
QPushButton#okBtn:hover, QPushButton#delAreaBtn:hover {
|
|
|
|
font-size: 22px;
|
|
|
|
font: bold;
|
|
|
|
border: none;
|
|
|
|
margin-bottom: -2px
|
|
|
|
}
|
|
|
|
QPushButton#wirteDIDOforceBtn{
|
|
|
|
font-size: 16px;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
border: 1px solid black;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
QPushButton#wirteDIDOforceBtn:hover{
|
|
|
|
font: bold;
|
|
|
|
}
|
|
|
|
|
|
QPushButton#forceBtn {
|
|
|
|
font-size: 22px;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
border: 1px solid black;
|
|
|
|
border-radius: 5px;
|
|
|
|
/* background-color: #328ffc;*/
|
|
|
|
|
|
}
|
|
|
|
QPushButton#forceBtn:hover{
|
|
|
|
|
|
font: bold;
|
|
|
|
|
|
}
|
|
|
|
|
|
QPushButton#deviceAddButton{
|
|
|
|
color: #328ffc;
|
|
|
|
font-size: 20px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
border-top: none;
|
|
|
|
border-right: none;
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
|
QPushButton#addareabutton{
|
|
|
|
color: #328ffc;
|
|
|
|
font-size: 20px;
|
|
|
|
padding-top: 7px;
|
|
|
|
|
|
|
|
}
|
|
|
|
QPushButton#initAddDeviceButton, QPushButton#initAreaAddButton{
|
|
|
|
font-size: 45px;
|
|
|
|
color: #328ffc;
|
|
|
|
background-color: rgba(255, 255, 255, 0);
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
QPushButton#initAddDeviceButton:hover, QPushButton#initAreaAddButton:hover, QPushButton#deviceAddButton:hover, QPushButton#addareabutton:hover{
|
|
|
|
color: #0f8ef0;
|
|
|
|
font: bold;
|
|
|
|
border-radius: 3px;
|
|
|
|
margin-bottom: -4px
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
QLabel#wirteDIDOareaMessLabel, QLabel#wirteDIDOareaValueLabel{
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
QLabel#wirteDIDOareaValueLabel, QLabel#readDIDOareaValueLabel{
|
|
|
|
color: #0160aa;
|
|
|
|
}
|
|
|
|
QLabel#areaMessLabel, QLabel#areaValueLabel{
|
|
|
|
font-size: 28px;
|
|
|
|
}
|
|
|
|
QLabel#massesageLabel{
|
|
|
|
font-size: 23px;
|
|
}
|
|
|
|
QLabel#areaValueLabel{
|
|
|
|
color: #0160aa;
|
|
|
|
}
|
|
|
|
QLabel#readDIDOareaMessLabel, QLabel#readDIDOareaValueLabel{
|
|
|
|
font-size: 23px;
|
|
|
|
|
|
}
|
|
|
|
QLabel#dataTypeLabel, QLabel#dataOrderLabel, QLabel#byteLineLabel{
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
|
|
|
QLabel#pvUpperLimit, QLabel#pvLowerLimit, QLabel#pvUnit{
|
|
|
|
font-size: 24px;
|
|
|
|
|
|
}
|
|
|
|
|
|
QLabel#areaValueLabel{
|
|
|
|
color: #0160aa;
|
|
|
|
}
|
|
|
|
QLabel#deviceNameLabel, QLabel#pvUpperLimitLabel, QLabel#pvLowerLimitLabel, QLabel#pvUnitLabel{
|
|
|
|
font:28px;
|
|
|
|
|
|
}
|
|
|
|
QLineEdit#byteLineEdit{
|
|
|
|
font-size: 20px;
|
|
|
|
border-top: none;
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
border-bottom: 2px solid gary;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
QLineEdit#areaLineEdit {
|
|
|
|
font-size: 28px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
QLineEdit#wirteDIDOareaLineEdit {
|
|
|
|
font-size: 16px;
|
|
|
|
border-top: none;
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
border-bottom: 2px solid gary;
|
|
|
|
|
|
}
|
|
|
|
QLineEdit#areaLineEdit {
|
|
|
|
font-size: 28px;
|
|
|
|
border-top: none;
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
border-bottom: 2px solid gary;
|
|
|
|
}
|
|
|
|
QLineEdit#deviceName, QLineEdit#pvUpperLimit, QLineEdit#pvLowerLimit, QLineEdit#pvUnit{
|
|
|
|
font: 28px;
|
|
|
|
border-top: none;
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
border-bottom: 2px solid gary;
|
|
|
|
}
|
|
|
|
|
|
QComboBox#dataTypeCombox, QComboBox#orderCombox{
|
|
|
|
font-size: 20px;
|
|
|
|
/* border: 1px solid black;*/
|
|
|
|
/* border-radius: 5px;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
|