使用QmessageBox弹窗提示信息


from PySide2 import QtWidgets
QtWidgets.QMessageBox.critical(self, '错误', '输出路径不存在!')

评论
  目录