mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: change UI for send to server
This commit is contained in:
48
style.css
48
style.css
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user