Fix: add QRect to QtCore imports
Browse files
moneypack_browser_final.py
CHANGED
|
@@ -19,7 +19,7 @@ from PyQt6.QtWidgets import (
|
|
| 19 |
QStatusBar, QInputDialog, QMessageBox, QFileDialog,
|
| 20 |
QComboBox, QToolBar
|
| 21 |
)
|
| 22 |
-
from PyQt6.QtCore import Qt, QUrl, QTimer, QSize
|
| 23 |
from PyQt6.QtGui import (
|
| 24 |
QAction, QKeySequence, QColor, QFont, QIcon, QPixmap,
|
| 25 |
QPainter, QPalette, QShortcut, QLinearGradient, QRadialGradient,
|
|
|
|
| 19 |
QStatusBar, QInputDialog, QMessageBox, QFileDialog,
|
| 20 |
QComboBox, QToolBar
|
| 21 |
)
|
| 22 |
+
from PyQt6.QtCore import Qt, QUrl, QTimer, QSize, QRect
|
| 23 |
from PyQt6.QtGui import (
|
| 24 |
QAction, QKeySequence, QColor, QFont, QIcon, QPixmap,
|
| 25 |
QPainter, QPalette, QShortcut, QLinearGradient, QRadialGradient,
|