mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-06-14 02:46:01 +08:00
优化文案
This commit is contained in:
parent
4a095393d8
commit
7b83c7ef5f
@ -1954,7 +1954,7 @@ leftUpLayout.addWidget(e1, 3, 0, 1, 1)
|
||||
button1 = QtWidgets.QPushButton("浏览")
|
||||
button1.clicked.connect(liulanbutton)
|
||||
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()
|
||||
if setting["AutoPath"]:
|
||||
e2.editTextChanged.connect(ChangePath)
|
||||
|
Loading…
x
Reference in New Issue
Block a user