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

Method setText

Test/ChartView/ChatWidget.py:172–173  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

170 QMessageBox.critical(self, "错误", str(e))
171
172 def setText(self, text):
173 self.codeScintilla.setText(text)
174
175 def text(self):
176 return self.codeScintilla.text().strip()

Callers 15

openFileMethod · 0.95
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
retranslateUiMethod · 0.45
__init__Method · 0.45
renew_urlbarMethod · 0.45
__initUIMethod · 0.45
start_animationMethod · 0.45
setupUiMethod · 0.45
retranslateUiMethod · 0.45
retranslateUiMethod · 0.45

Calls

no outgoing calls

Tested by 2

__init__Method · 0.36
__init__Method · 0.36