From aec74cff8736cb61ae633865c06a9ee293191e5d Mon Sep 17 00:00:00 2001 From: "gitauto-for-dev[bot]" <160085510+gitauto-for-dev[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 22:20:35 +0000 Subject: [PATCH] Update game_manager/game_manager.py. --- game_manager/game_manager.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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