mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 02:52:03 +08:00
修复未发布版本打包器和wine下载工具的异线程修改UI的问题
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <QMainWindow>
|
||||
#include <QJsonArray>
|
||||
#include <QProgressDialog>
|
||||
|
||||
namespace Ui {
|
||||
class MainWindow;
|
||||
@@ -26,6 +27,12 @@ private slots:
|
||||
|
||||
void on_delButton_clicked();
|
||||
|
||||
public slots:
|
||||
void MessageBoxInfo(QString info);
|
||||
void MessageBoxError(QString info);
|
||||
void ChangeDialog(QProgressDialog *dialog, int value, int downloadBytes, int totalBytes);
|
||||
void DownloadFinish();
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user