feat: change UI for send to server

This commit is contained in:
semenov
2024-10-01 16:25:54 +03:00
parent 920916ce69
commit 5f457e3ac6
34 changed files with 5562 additions and 917 deletions

View File

@@ -14,8 +14,11 @@ QPushButton
font: 16px;
color: rgb(45,84,130);
}
QPushButton:disabled
{
background-color: lightGray;
color: gray
}
QLineEdit
{
@@ -23,6 +26,30 @@ QLineEdit
border-radius: 3px;
}
QProgressBar
{
border: 2px solid rgb(45,84,130);
border-radius: 12px;
color: black;
font-family: "Calibri";
font: 15px bold;
text-align: center;
}
QProgressBar::chunk
{
border-radius: 10px;
background-color: rgb(151,176,201);
}
QCheckBox
{
font-family:"Calibri";
font: 16px;
color: white;
}
QLabel
{
font-family: "Calibri";
@@ -45,9 +72,7 @@ QPushButton#displayView
{
border: 4px solid rgb(45,84,130);
border-radius: 5px;
background-color: white;
}
QPushButton#displayView:checked
@@ -55,3 +80,18 @@ QPushButton#displayView:checked
background-color: rgb(151,176,201);
}
QPushButton#displayView:disabled
{
background-color: rgb(151,176,201);
color:rgb(45,84,130);
}
QPushButton#linkButton
{
background-color: rgba(0,0,0,0);
font-family: "Calibri";
color:blue;
}