--- 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