mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refact
This commit is contained in:
@@ -367,6 +367,47 @@ QLabel#PersonalCard_lblName {
|
||||
font-size: 16pt;
|
||||
}
|
||||
|
||||
QLabel#ReportFimWidget_label_MMEL, QLabel#ActionWidget_lbl_Type {
|
||||
color: gray;
|
||||
border-radius: 4px;
|
||||
min-width: 50px;
|
||||
min-height: 25px;
|
||||
background: #ffffff;
|
||||
border: 2px solid gray;
|
||||
}
|
||||
QLabel#ActionWidget_lbl_Status {
|
||||
color: black;
|
||||
border-radius: 18px;
|
||||
min-width: 100px;
|
||||
min-height: 40px;
|
||||
background: #d0d0d0;
|
||||
border: 2px solid gray;
|
||||
}
|
||||
QLabel#DeviceWidget_lbl_Status {
|
||||
color: black;
|
||||
border-radius: 18px;
|
||||
min-width: 150px;
|
||||
min-height: 40px;
|
||||
background: #f0f0f0;
|
||||
border: 2px solid gray;
|
||||
}
|
||||
|
||||
QLabel#DeviceWidget_lbl_ObjName {
|
||||
color: black;
|
||||
}
|
||||
QLabel#DeviceWidget_lbl_Code {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
QPlainTextEdit#ActionWidget_plainTextEdit_Procedure{
|
||||
border: 2px solid gray;
|
||||
background: #F0F0F2;
|
||||
}
|
||||
QPlainTextEdit#ActionWidget_plainTextEdit_Comment{
|
||||
border: 2px solid gray;
|
||||
background: #F0F0F0;
|
||||
}
|
||||
|
||||
|
||||
QWidget#widgetControl {
|
||||
background: #E0E0E0;
|
||||
@@ -376,6 +417,7 @@ QPlainTextEdit#plainText{ /*Репорт*/
|
||||
margin-left: 50pt;
|
||||
margin-right: 100pt;
|
||||
}
|
||||
|
||||
/**/
|
||||
QComboBox {
|
||||
/*background: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user