diff --git a/game_manager/game_manager.py b/game_manager/game_manager.py index 8b8b5785..d23a6e9d 100644 --- a/game_manager/game_manager.py +++ b/game_manager/game_manager.py @@ -1,9 +1,10 @@ -from PyQt6.QtWidgets import QMainWindow, QFrame, QDesktopWidget, QApplication, QHBoxLayout, QLabel +from PyQt6.QtWidgets import QMainWindow, QFrame, QApplication, QHBoxLayout, QLabel #!/usr/bin/python3 # -*- coding: utf-8 -*- import sys from PyQt6.QtWidgets import QMainWindow, QFrame, QDesktopWidget, QApplication, QHBoxLayout, QLabel +from PyQt6.QtGui import QScreen from PyQt6.QtCore import Qt, QBasicTimer, pyqtSignal from PyQt6.QtGui import QPainter, QColor, QFont