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

Method open

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

Source from the content-addressed store, hash-verified

136 self.statusBar().showMessage("File loaded", 2000)
137
138 def open(self):
139 fileName, _filter = QtWidgets.QFileDialog.getOpenFileName(self)
140 if fileName:
141 self.loadFile(fileName)
142
143 def readSettings(self):
144 settings = QtCore.QSettings()

Callers

nothing calls this directly

Calls 1

loadFileMethod · 0.95

Tested by

no test coverage detected