eric7/IconEditor/IconEditorWindow.py

branch
eric7
changeset 8314
e3642a6a1e71
parent 8312
800c432b34c8
child 8318
962bce857696
equal deleted inserted replaced
8313:dac33c7fce07 8314:e3642a6a1e71
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

eric ide

mercurial