feat: complete ui update

This commit is contained in:
semenov
2024-10-04 10:48:34 +03:00
parent 389d34a701
commit ae49416723
19 changed files with 156 additions and 106 deletions

View File

@@ -76,7 +76,7 @@ QProgressBar::chunk
QCheckBox
{
font-family:"Calibri";
font: 16px;
font: 18px;
color: white;
}
@@ -93,6 +93,12 @@ QLabel
color: white;
}
QLabel#inlineTextDebug
{
font-family: "Calibri";
font: 18px;
}
QWidget#headerWidget
{
background-color:rgb(203,228,255);
@@ -175,6 +181,5 @@ QPushButton#linkButton
background-color: rgba(0,0,0,0);
font-family: "Calibri";
color:blue;
}