45 """ |
45 """ |
46 Constructor |
46 Constructor |
47 |
47 |
48 @param fileName name of a file to load on startup (string) |
48 @param fileName name of a file to load on startup (string) |
49 @param parent parent widget of this window (QWidget) |
49 @param parent parent widget of this window (QWidget) |
50 @keyparam fromEric flag indicating whether it was called from within |
50 @param fromEric flag indicating whether it was called from within |
51 eric6 (boolean) |
51 eric6 (boolean) |
52 @keyparam initShortcutsOnly flag indicating to just initialize the |
52 @param initShortcutsOnly flag indicating to just initialize the |
53 keyboard shortcuts (boolean) |
53 keyboard shortcuts (boolean) |
54 @keyparam project reference to the project object (Project) |
54 @param project reference to the project object (Project) |
55 """ |
55 """ |
56 super(IconEditorWindow, self).__init__(parent) |
56 super(IconEditorWindow, self).__init__(parent) |
57 self.setObjectName("eric6_icon_editor") |
57 self.setObjectName("eric6_icon_editor") |
58 |
58 |
59 self.fromEric = fromEric |
59 self.fromEric = fromEric |