eric7/IconEditor/IconEditorGrid.py

branch
eric7
changeset 8366
2a9f5153c438
parent 8358
144a6b854f70
child 8857
8191d15b8974
equal deleted inserted replaced
8365:cde9bde830ea 8366:2a9f5153c438
78 FILL = 10 78 FILL = 10
79 COLOR_PICKER = 11 79 COLOR_PICKER = 11
80 80
81 SELECT_RECTANGLE = 100 81 SELECT_RECTANGLE = 100
82 SELECT_CIRCLE = 101 82 SELECT_CIRCLE = 101
83 83
84
84 class IconEditorGrid(QWidget): 85 class IconEditorGrid(QWidget):
85 """ 86 """
86 Class implementing the icon editor grid. 87 Class implementing the icon editor grid.
87 88
88 @signal canRedoChanged(bool) emitted after the redo status has changed 89 @signal canRedoChanged(bool) emitted after the redo status has changed

eric ide

mercurial