def onCalculationFinish(self):
self.tabWidget.setEnabled(True)
self.textEdit.append('????????? ?? ' + self.profiler.stop() + ' ?.')
QApplication.restoreOverrideCursor()
self.addfig(plt.gcf())
self.startMethod.setEnabled(True)
self.checkBoxNeedCalculateTFIDF.setEnabled(True)
QMessageBox.information(self, "????????", "????????????? ?????????!")
评论列表
文章目录