53 @param initShortcutsOnly flag indicating to just initialize the |
53 @param initShortcutsOnly flag indicating to just initialize the |
54 keyboard shortcuts (boolean) |
54 keyboard shortcuts (boolean) |
55 @param project reference to the project object (Project) |
55 @param project reference to the project object (Project) |
56 """ |
56 """ |
57 super().__init__(parent) |
57 super().__init__(parent) |
58 self.setObjectName("eric6_icon_editor") |
58 self.setObjectName("eric7_icon_editor") |
59 |
59 |
60 self.fromEric = fromEric |
60 self.fromEric = fromEric |
61 self.initShortcutsOnly = initShortcutsOnly |
61 self.initShortcutsOnly = initShortcutsOnly |
62 self.setWindowIcon(UI.PixmapCache.getIcon("iconEditor")) |
62 self.setWindowIcon(UI.PixmapCache.getIcon("iconEditor")) |
63 |
63 |