mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 19:12:04 +08:00
优化文案
This commit is contained in:
@@ -1954,7 +1954,7 @@ leftUpLayout.addWidget(e1, 3, 0, 1, 1)
|
|||||||
button1 = QtWidgets.QPushButton("浏览")
|
button1 = QtWidgets.QPushButton("浏览")
|
||||||
button1.clicked.connect(liulanbutton)
|
button1.clicked.connect(liulanbutton)
|
||||||
leftUpLayout.addWidget(button1, 3, 1, 1, 1)
|
leftUpLayout.addWidget(button1, 3, 1, 1, 1)
|
||||||
leftUpLayout.addWidget(QtWidgets.QLabel(QtCore.QCoreApplication.translate("U", "请选择要执行的程序:")), 4, 0, 1, 1)
|
leftUpLayout.addWidget(QtWidgets.QLabel(QtCore.QCoreApplication.translate("U", "请选择要执行的程序(EXE、MSI或者命令):")), 4, 0, 1, 1)
|
||||||
e2 = QtWidgets.QComboBox()
|
e2 = QtWidgets.QComboBox()
|
||||||
if setting["AutoPath"]:
|
if setting["AutoPath"]:
|
||||||
e2.editTextChanged.connect(ChangePath)
|
e2.editTextChanged.connect(ChangePath)
|
||||||
|
|||||||
Reference in New Issue
Block a user