Fix des valeur et des resources
This commit is contained in:
@@ -9,7 +9,7 @@ URLS = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
RESOURCES_MP3 = ":/assets/the-beat-of-nature.mp3"
|
RESOURCES_MP3 = ":/assets/the-beat-of-nature.mp3"
|
||||||
RESOURCES_FONT = ":/assets/fonts/Roboto-Regular.ttf"
|
RESOURCES_FONT = ":/assets/Avocado-Cake-Demo.otf"
|
||||||
|
|
||||||
GLOW_COLOR = QColor(255, 140, 0, 255)
|
GLOW_COLOR = QColor(255, 140, 0, 255)
|
||||||
GLOW_BLUR_BASE = 15
|
GLOW_BLUR_BASE = 15
|
||||||
|
|||||||
@@ -5,7 +5,8 @@ from PySide6.QtCore import QResource
|
|||||||
from PySide6.QtGui import QFontDatabase, QFont
|
from PySide6.QtGui import QFontDatabase, QFont
|
||||||
from PySide6.QtWidgets import QApplication
|
from PySide6.QtWidgets import QApplication
|
||||||
|
|
||||||
import resources as resources
|
# Ne pas supprimer ! Enregistre les ressources Qt
|
||||||
|
import resources # noqa: F401 - required to register Qt resources
|
||||||
|
|
||||||
from ui.main_window import MainWindow
|
from ui.main_window import MainWindow
|
||||||
from constants import RESOURCES_FONT
|
from constants import RESOURCES_FONT
|
||||||
|
|||||||
Reference in New Issue
Block a user