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

Method setSize

python/example/example-pyqt5.py:173–174  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

171 self.lbOverwriteMode.setText("Insert")
172
173 def setSize(self, size):
174 self.lbSize.setText('%d' % size)
175
176 def saveFile(self, fileName):
177 QtWidgets.QApplication.setOverrideCursor(QtCore.Qt.WaitCursor)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected