feat: add styles

This commit is contained in:
semenov
2024-09-30 12:27:28 +03:00
parent 7493f40f98
commit e342b3dff4
11 changed files with 142 additions and 59 deletions

28
style.css Normal file
View File

@@ -0,0 +1,28 @@
QMainWindow
{
background-image: url(:/resource/SSJ-100.png);
background-position: center;
}
QPushButton
{
background-color: rgb(203,228,255);
border-style: outset;
border-radius: 3px;
font-family: "Helvetica Cyr Upright";
color: rgb(45,84,130);
}
QLineEdit
{
border-style: outset;
border-radius: 3px;
}
#languageTitle
{
font-family: "Calibri";
color: white;
}