摘要: # 清除文本框 self.textEdit_detail.clear() # 清楚表格所有行 self.tableWidget.setRowCount(0) self.tableWidget.clearContents() # 清除进度条 self.progressBar.reset() app.p 阅读全文
posted @ 2021-04-30 12:38 胸怀丶若谷 阅读(2428) 评论(0) 推荐(0)