This commit is contained in:
2025-09-25 16:56:53 +08:00
parent e44678d519
commit 1d9da56656
88 changed files with 18171 additions and 0 deletions

32
res/qss/title.css Normal file
View File

@@ -0,0 +1,32 @@
*{
background-color: #202129;
border: none;
color:white;
}
QPushButton:hover {
color: Cyan;
}
QPushButton:pressed {
color: CadetBlue;
}
QPushButton#CloseBtn:hover {
color: Tomato;
}
QPushButton#CloseBtn:pressed {
color: red;
/*background:#FF0000;*/
}
QLabel#MovieNameLab {
color: #c4c6d2;
}
/**********提示**********/
QToolTip{
border: none;
background-color: #2e2f37;
color:white;
}