feat: add instructor updateBehaviour

This commit is contained in:
semenov
2024-10-02 11:19:38 +03:00
parent 5f457e3ac6
commit 0b8a384d58
27 changed files with 382 additions and 2361 deletions

View File

@@ -20,6 +20,20 @@ QPushButton:disabled
color: gray
}
QMessageBox QLabel
{
font-family: "Calibri";
font: 20px;
color: black;
}
QMessageBox QPushButton
{
border-radius: 2px;
padding: 0.2em 0.2em 0.3em 0.2em;
min-width: 70px;
}
QLineEdit
{
border-style: outset;
@@ -40,7 +54,7 @@ QProgressBar
QProgressBar::chunk
{
border-radius: 10px;
background-color: rgb(151,176,201);
background-color: rgb(203,228,255);
}
QCheckBox