eric6/HexEdit/HexEditMainWindow.py

changeset 7900
72b88fb20261
parent 7780
41420f82c0ac
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
51 """ 51 """
52 Constructor 52 Constructor
53 53
54 @param fileName name of a file to load on startup (string) 54 @param fileName name of a file to load on startup (string)
55 @param parent parent widget of this window (QWidget) 55 @param parent parent widget of this window (QWidget)
56 @keyparam fromEric flag indicating whether it was called from within 56 @param fromEric flag indicating whether it was called from within
57 eric6 (boolean) 57 eric6 (boolean)
58 @keyparam project reference to the project object (Project) 58 @param project reference to the project object (Project)
59 """ 59 """
60 super(HexEditMainWindow, self).__init__(parent) 60 super(HexEditMainWindow, self).__init__(parent)
61 self.setObjectName("eric6_hex_editor") 61 self.setObjectName("eric6_hex_editor")
62 62
63 self.__srHistory = { 63 self.__srHistory = {

eric ide

mercurial