(self)
| 58 | self._initDonate) |
| 59 | |
| 60 | def initLogin(self): |
| 61 | dialog = LoginDialog(self) |
| 62 | dialog.exec_() |
| 63 | # 刷新头像样式 |
| 64 | if Constants._Account != '' and Constants._Password != '': |
| 65 | self.buttonHead.image = Constants.ImageAvatar |
| 66 | self.buttonHead.setToolTip(Constants._Username) |
| 67 | |
| 68 | def _initDonate(self): |
| 69 | # 显示捐赠窗口 |
no test coverage detected