mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 01:58:27 +08:00
修改对话框类型
This commit is contained in:
parent
6a44167c9a
commit
df96b2fd7f
@ -1880,7 +1880,7 @@ class ValueCheck():
|
|||||||
if file == "":
|
if file == "":
|
||||||
return
|
return
|
||||||
try:
|
try:
|
||||||
QtWidgets.QInputDialog.getMultiLineText(window, "值", "计算得到的值", self.link[types](self, file))
|
QtWidgets.QInputDialog.getText(window, "值", "计算得到的值", QtWidgets.QLineEdit.Normal, self.link[types](self, file))
|
||||||
except:
|
except:
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
QtWidgets.QMessageBox.critical(window, "错误", traceback.format_exc())
|
QtWidgets.QMessageBox.critical(window, "错误", traceback.format_exc())
|
||||||
|
Loading…
Reference in New Issue
Block a user