mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-12 17:48:27 +08:00
Add asking for star text
This commit is contained in:
parent
eb049f8560
commit
4fc20d94aa
@ -2798,7 +2798,12 @@ returnText.setStyleSheet("""
|
||||
background-color: black;
|
||||
color: white;
|
||||
""")
|
||||
returnText.setText(QtCore.QCoreApplication.translate("U", "在此可以看到wine安装应用时的终端输出内容"))
|
||||
returnText.setText(QtCore.QCoreApplication.translate("U", """在此可以看到wine安装应用时的终端输出内容
|
||||
========================================
|
||||
如果解决了你的问题,请不要吝啬你的star哟!
|
||||
地址:
|
||||
https://gitee.com/gfdgd-xi/deep-wine-runner
|
||||
https://github.com/gfdgd-xi/deep-wine-runner"""))
|
||||
mainLayout.setRowStretch(0, 2)
|
||||
mainLayout.setRowStretch(1, 1)
|
||||
mainLayout.setColumnStretch(0, 2)
|
||||
|
Loading…
Reference in New Issue
Block a user