点击头像
(self)
| 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 | """过滤筛选 |
nothing calls this directly
no test coverage detected