eric6/IconEditor/IconEditorWindow.py

changeset 7900
72b88fb20261
parent 7780
41420f82c0ac
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
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

eric ide

mercurial