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

Method about

python/example/example-pyqt5.py:14–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12 self.setCurrentFile('')
13
14 def about(self):
15 QtWidgets.QMessageBox.about(self, "About HexEdit",
16 "The HexEdit example is a short Demo of the QHexEdit Widget.");
17
18 def closeEvent(self, event):
19 self.writeSettings()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected