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

Method closeEvent

python/example/example-pyqt5.py:18–20  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

16 "The HexEdit example is a short Demo of the QHexEdit Widget.");
17
18 def closeEvent(self, event):
19 self.writeSettings()
20 self.close()
21
22 def createActions(self):
23 self.openAct = QtWidgets.QAction(QtGui.QIcon(':/images/open.png'),

Callers

nothing calls this directly

Calls 1

writeSettingsMethod · 0.95

Tested by

no test coverage detected