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

Method save

python/example/example-pyqt6.py:151–155  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

149 self.resize(size)
150
151 def save(self):
152 if self.isUntitled:
153 self.saveAs()
154 else:
155 self.saveFile(self.curFile)
156
157 def saveAs(self):
158 fileName, _filter = QtWidgets.QFileDialog.getSaveFileName(self, "Save As", self.curFile)

Callers

nothing calls this directly

Calls 2

saveAsMethod · 0.95
saveFileMethod · 0.95

Tested by

no test coverage detected