Passage à PySide6 car licence plus permissive

This commit is contained in:
2026-03-09 12:22:49 +01:00
parent 75893a8a01
commit 52e4c01f3d
6 changed files with 65 additions and 72 deletions

View File

@@ -7,6 +7,7 @@
QLabel#maintitle_label {
font-size: 38px;
color: rgb(255, 255, 255);
}
QLabel#subtitle_label {
@@ -18,9 +19,14 @@ QLabel#queue_position {
color: rgb(17, 248, 183);
}
QLabel#queue_lbl {
color: rgb(255, 255, 255);
}
QPushButton#connexion_btn {
border-radius: 15px;
background-color: rgb(255, 120, 0);
color: rgb(255, 255, 255);
}
QPushButton#connexion_btn:hover {
@@ -32,6 +38,7 @@ QPushButton#intranet_btn
{
border-radius: 15px;
background-color: rgb(32, 58, 67);
color: rgb(255, 255, 255);
}
QPushButton#discord_btn:hover,
@@ -73,6 +80,7 @@ QFrame#info_frame{
QTextEdit#info_text {
background-color: transparent;
border: none;
color: rgb(255, 255, 255);
}
QSlider::groove:horizontal {