feat: monitor list

This commit is contained in:
semenov
2024-09-30 16:52:47 +03:00
parent 63df783cc0
commit dfe08fc2db
22 changed files with 10653 additions and 216 deletions

View File

@@ -10,19 +10,48 @@ QPushButton
background-color: rgb(203,228,255);
border-style: outset;
border-radius: 3px;
font-family: "Helvetica Cyr Upright";
font-family: "Calibri";
font: 16px;
color: rgb(45,84,130);
}
QLineEdit
{
border-style: outset;
border-radius: 3px;
}
#languageTitle
QLabel
{
font-family: "Calibri";
font: 17px;
color: white;
}
QLabel#languageTitle
{
font-family: "Calibri";
color: white;
}
QLabel#notificationLabel
{
font: 20px;
}
QPushButton#displayView
{
border: 4px solid rgb(45,84,130);
border-radius: 5px;
background-color: white;
}
QPushButton#displayView:checked
{
background-color: rgb(151,176,201);
}