26 |
26 |
27 import Preferences |
27 import Preferences |
28 |
28 |
29 |
29 |
30 # TODO: implement a configuration page for the hex editor |
30 # TODO: implement a configuration page for the hex editor |
31 # TODO: implement an action in the eric IDE to open a hex editor |
|
32 class HexEditMainWindow(E5MainWindow): |
31 class HexEditMainWindow(E5MainWindow): |
33 """ |
32 """ |
34 Class implementing the web browser main window. |
33 Class implementing the web browser main window. |
35 |
34 |
36 @signal editorClosed() emitted after the window was requested to close down |
35 @signal editorClosed() emitted after the window was requested to close down |