feat: first UI update

This commit is contained in:
semenov
2024-10-03 10:13:14 +03:00
parent 4a7d7aefa5
commit 2fc86b68e3
44 changed files with 97798 additions and 34084 deletions

View File

@@ -1,10 +1,22 @@
QMainWindow
{
background-image: url(:/resource/SSJ-100.png);
background-image: url(:/resource/SSJ-100Dark.png);
background-position: center;
}
QComboBox
{
background-color: rgb(203,228,255);
border-style: outset;
border-radius: 3px;
font-family: "Calibri";
font: 16px;
color: rgb(45,84,130);
}
QPushButton
{
background-color: rgb(203,228,255);
@@ -14,12 +26,18 @@ QPushButton
font: 16px;
color: rgb(45,84,130);
}
QPushButton:disabled
{
background-color: lightGray;
color: gray
}
QMessageBox
{
background-color: white;
}
QMessageBox QLabel
{
font-family: "Calibri";
@@ -64,6 +82,12 @@ QCheckBox
color: white;
}
QWidget#iconWidget
{
border-image: url(:/resource/Icons/plane.png) 0 0 0 0 stretch stretch;
position: center;
}
QLabel
{
font-family: "Calibri";
@@ -71,12 +95,32 @@ QLabel
color: white;
}
QWidget#headerWidget
{
background-color:rgb(203,228,255);
border-style: outset;
border-radius: 3px;
}
MyWinHeader#headerLabel
{
font-family: "Calibri";
font: 16px;
color: rgb(45,84,130);
}
QLabel#languageTitle
{
font-family: "Calibri";
color: white;
}
QLabel#NotificationLabel
{
font-family: "Calibri";
color: black;
}
QLabel#notificationLabel
{
font: 20px;