def quickMsg(self, msg):
tmpMsg = QtWidgets.QMessageBox() # for simple msg that no need for translation
tmpMsg.setWindowTitle("Info")
tmpMsg.setText(msg)
tmpMsg.addButton("OK",QtWidgets.QMessageBox.YesRole)
tmpMsg.exec_()
UITranslator.py 文件源码
python
阅读 26
收藏 0
点赞 0
评论 0
评论列表
文章目录