MCPcopy Create free account
hub / github.com/PyQt5/PyQt / setText

Method setText

QtChart/BarStack.py:51–52  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

49 layout.addWidget(self.textLabel)
50
51 def setText(self, text):
52 self.textLabel.setText(text)
53
54
55class ToolTipWidget(QWidget):

Callers 1

updateUiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected