15 QImage, QColor, QPixmap, qRgba, QPainter, QCursor, QBrush, qGray, qAlpha, |
15 QImage, QColor, QPixmap, qRgba, QPainter, QCursor, QBrush, qGray, qAlpha, |
16 QUndoCommand, QUndoStack |
16 QUndoCommand, QUndoStack |
17 ) |
17 ) |
18 from PyQt6.QtWidgets import QWidget, QSizePolicy, QApplication, QDialog |
18 from PyQt6.QtWidgets import QWidget, QSizePolicy, QApplication, QDialog |
19 |
19 |
20 from E5Gui import EricMessageBox |
20 from EricWidgets import EricMessageBox |
21 |
21 |
22 |
22 |
23 class IconEditCommand(QUndoCommand): |
23 class IconEditCommand(QUndoCommand): |
24 """ |
24 """ |
25 Class implementing an undo command for the icon editor. |
25 Class implementing an undo command for the icon editor. |