eric7/Graphics/UMLItem.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8348
f4775ae8f441
--- a/eric7/Graphics/UMLItem.py	Sun May 16 11:43:59 2021 +0200
+++ b/eric7/Graphics/UMLItem.py	Sun May 16 20:07:24 2021 +0200
@@ -7,9 +7,9 @@
 Module implementing the UMLItem base class.
 """
 
-from PyQt5.QtCore import Qt, QSizeF
-from PyQt5.QtGui import QColor, QPen
-from PyQt5.QtWidgets import QGraphicsItem, QGraphicsRectItem, QStyle
+from PyQt6.QtCore import Qt, QSizeF
+from PyQt6.QtGui import QColor, QPen
+from PyQt6.QtWidgets import QGraphicsItem, QGraphicsRectItem, QStyle
 
 import Preferences
 

eric ide

mercurial