From 4fc20d94aa7833ca6ec10716beb214184e5effdf Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Thu, 21 Dec 2023 22:12:30 +0800 Subject: [PATCH] Add asking for star text --- mainwindow.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mainwindow.py b/mainwindow.py index 0d34e55..43fb32e 100755 --- a/mainwindow.py +++ b/mainwindow.py @@ -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)