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 |