MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / __init__

Method __init__

python/example/example-pyqt5.py:9–12  ·  view source on GitHub ↗
(self, fileName=None)

Source from the content-addressed store, hash-verified

7class MainWindow(QtWidgets.QMainWindow):
8
9 def __init__(self, fileName=None):
10 super(MainWindow, self).__init__()
11 self.init()
12 self.setCurrentFile('')
13
14 def about(self):
15 QtWidgets.QMessageBox.about(self, "About HexEdit",

Callers

nothing calls this directly

Calls 2

initMethod · 0.95
setCurrentFileMethod · 0.95

Tested by

no test coverage detected