MoneyPack commited on
Commit
4d51349
·
verified ·
1 Parent(s): 1332e5e

Fix: add QRect to QtCore imports

Browse files
Files changed (1) hide show
  1. moneypack_browser_final.py +1 -1
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,