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