src/eric7/IconEditor/IconEditorGrid.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
24 QUndoCommand, 24 QUndoCommand,
25 QUndoStack, 25 QUndoStack,
26 ) 26 )
27 from PyQt6.QtWidgets import QWidget, QSizePolicy, QApplication, QDialog 27 from PyQt6.QtWidgets import QWidget, QSizePolicy, QApplication, QDialog
28 28
29 from EricWidgets import EricMessageBox 29 from eric7.EricWidgets import EricMessageBox
30 from EricWidgets.EricApplication import ericApp 30 from eric7.EricWidgets.EricApplication import ericApp
31 31
32 32
33 class IconEditCommand(QUndoCommand): 33 class IconEditCommand(QUndoCommand):
34 """ 34 """
35 Class implementing an undo command for the icon editor. 35 Class implementing an undo command for the icon editor.

eric ide

mercurial