src/eric7/HexEdit/HexEditMainWindow.py

branch
pdf_viewer
changeset 9697
cdaa3cc805f7
parent 9695
ad962e9b904d
child 9698
69e183e4db6f
equal deleted inserted replaced
9696:669dabfa1319 9697:cdaa3cc805f7
37 from .HexEditWidget import HexEditWidget 37 from .HexEditWidget import HexEditWidget
38 38
39 39
40 class HexEditMainWindow(EricMainWindow): 40 class HexEditMainWindow(EricMainWindow):
41 """ 41 """
42 Class implementing the web browser main window. 42 Class implementing the hex editor main window.
43 43
44 @signal editorClosed() emitted after the window was requested to close down 44 @signal editorClosed() emitted after the window was requested to close down
45 """ 45 """
46 46
47 editorClosed = pyqtSignal() 47 editorClosed = pyqtSignal()

eric ide

mercurial