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() |