MCPcopy
hub / github.com/PyQt5/PyQt / setText

Method setText

QtChart/ToolTip.py:85–86  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

83 layout.addWidget(self.textLabel)
84
85 def setText(self, text):
86 self.textLabel.setText(text)
87
88
89class ToolTipWidget(QWidget):

Callers 15

__init__Method · 0.45
_init_treesMethod · 0.45
retranslateUiMethod · 0.45
_checkActionMethod · 0.45
__init__Method · 0.45
retranslateUiMethod · 0.45
__init__Method · 0.45
initMethod · 0.45
setupUiMethod · 0.45
initMethod · 0.45
setupUiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected