MCPcopy Create free account
hub / github.com/PyQt5/PyQtClient / on_buttonHead_clicked

Method on_buttonHead_clicked

Widgets/MainWindowBase.py:256–262  ·  view source on GitHub ↗

点击头像

(self)

Source from the content-addressed store, hash-verified

254
255 @pyqtSlot()
256 def on_buttonHead_clicked(self):
257 """点击头像
258 """
259 if Constants._Account != '' and Constants._Password != '':
260 self.renderReadme()
261 else:
262 self.initLogin()
263
264 def on_lineEditSearch_textChanged(self, text):
265 """过滤筛选

Callers

nothing calls this directly

Calls 2

renderReadmeMethod · 0.80
initLoginMethod · 0.80

Tested by

no test coverage detected