eric7/IconEditor/IconEditorGrid.py

branch
eric7
changeset 8358
144a6b854f70
parent 8356
68ec9c3d4de5
child 8366
2a9f5153c438
equal deleted inserted replaced
8357:a081458cc57b 8358:144a6b854f70
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.

eric ide

mercurial