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

Method writeSettings

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

Source from the content-addressed store, hash-verified

208 self.setWindowTitle("%s[*] - QHexEdit" % basename)
209
210 def writeSettings(self):
211 settings = QtCore.QSettings()
212 settings.setValue('pos', self.pos())
213 settings.setValue('size', self.size())
214
215if __name__ == '__main__':
216 app = QtWidgets.QApplication(sys.argv)

Callers 1

closeEventMethod · 0.95

Calls 2

posMethod · 0.80
sizeMethod · 0.80

Tested by

no test coverage detected