HexEdit/HexEditMainWindow.py

changeset 4651
7f3f276d3bf3
parent 4650
b1ca3bcde70b
child 4652
a88a2ba7a48a
equal deleted inserted replaced
4650:b1ca3bcde70b 4651:7f3f276d3bf3
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

eric ide

mercurial