将下载按钮更新为自绘按钮

This commit is contained in:
2022-12-13 19:00:28 +08:00
parent 375243503f
commit 3b18fc94b5
7 changed files with 293 additions and 6 deletions

View File

@@ -54,6 +54,7 @@ private slots:
void on_pushButton_clicked();
signals:
void downloadFinished();
void downloadProgress(int i);
};
#endif // DOWNLOADLISTWIDGET_H