(self)
| 80 | self.udialog.show() |
| 81 | |
| 82 | def _initCatalog(self): |
| 83 | # 更新目录 |
| 84 | self._showNotice( |
| 85 | QCoreApplication.translate('MainWindow', 'Update Example Started')) |
| 86 | CloneThread.start() |
| 87 | |
| 88 | @pyqtSlot(str) |
| 89 | def renderCode(self, code): |
nothing calls this directly
no test coverage detected