修改程序标题

This commit is contained in:
2023-11-11 22:18:20 +08:00
parent d62ec78926
commit 37ad313a66
4 changed files with 4 additions and 6 deletions

View File

@@ -82,7 +82,7 @@ MainWindow::MainWindow(QWidget *parent) :
}
// 设置程序标题
this->setWindowTitle("Windows 应用适配工具 " + versionValue.toString());
this->setWindowTitle("Wine 运行器虚拟机安装工具 " + versionValue.toString());
// 读取谢明列表
ui->textBrowser_2->setHtml("<p>程序版本号:" + versionValue.toString() + ", " + GetRunCommand("arch") + "</p><p>安装包构建时间:" + buildTime.toString() + "</p><p>该组件构建时间:"
+ __DATE__ + " " + __TIME__ + "</p>" + ui->textBrowser_2->toHtml() +