feat: restore changes func

This commit is contained in:
semenov
2024-10-04 10:23:53 +03:00
parent 7a1a24d0e1
commit 389d34a701
25 changed files with 890 additions and 712 deletions

View File

@@ -15,8 +15,6 @@ QComboBox
color: rgb(45,84,130);
}
QPushButton
{
background-color: rgb(203,228,255);
@@ -61,7 +59,7 @@ QLineEdit
QProgressBar
{
border: 2px solid rgb(45,84,130);
border-radius: 12px;
border-radius: 5px;
color: black;
font-family: "Calibri";
font: 15px bold;
@@ -71,7 +69,7 @@ QProgressBar
QProgressBar::chunk
{
border-radius: 10px;
border-radius: 5px;
background-color: rgb(203,228,255);
}
@@ -147,23 +145,29 @@ QLabel#notificationLabel
font: 20px;
}
QPushButton#displayView
QToolButton#displayView
{
border: 4px solid rgb(45,84,130);
border-radius: 5px;
color:rgb(45,84,130);
background-color: white;
}
QPushButton#displayView:checked
QToolButton#displayView:checked
{
background-color: rgb(151,176,201);
}
QPushButton#displayView:disabled
QToolButton#displayView:disabled
{
background-color: rgb(151,176,201);
color:rgb(45,84,130);
}
QPushButton#checkedLabelButton
{
background-color: rgba(0,0,0,0);
}
QPushButton#linkButton