(self)
| 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() |
nothing calls this directly
no outgoing calls
no test coverage detected