eric7/HexEdit/HexEditMainWindow.py

branch
eric7
changeset 8314
e3642a6a1e71
parent 8312
800c432b34c8
child 8318
962bce857696
equal deleted inserted replaced
8313:dac33c7fce07 8314:e3642a6a1e71
57 @param fromEric flag indicating whether it was called from within 57 @param fromEric flag indicating whether it was called from within
58 eric (boolean) 58 eric (boolean)
59 @param project reference to the project object (Project) 59 @param project reference to the project object (Project)
60 """ 60 """
61 super().__init__(parent) 61 super().__init__(parent)
62 self.setObjectName("eric6_hex_editor") 62 self.setObjectName("eric7_hex_editor")
63 63
64 self.__srHistory = { 64 self.__srHistory = {
65 "search": [], 65 "search": [],
66 # list of recent searches (tuple of format type index and 66 # list of recent searches (tuple of format type index and
67 # search term) 67 # search term)

eric ide

mercurial