mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 12:52:04 +08:00
将下载按钮更新为自绘按钮
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include <QDesktopServices>
|
||||
|
||||
#include "widgets/downloadlistwidget.h"
|
||||
#include "widgets/common/progressbutton.h"
|
||||
#include "utils/widgetanimation.h"
|
||||
#include "dbus/dbussparkstoreservice.h"
|
||||
|
||||
@@ -42,7 +43,7 @@ private:
|
||||
QList<int> pageHistory;
|
||||
|
||||
DownloadListWidget *downloadlistwidget;
|
||||
QPushButton *downloadButton;
|
||||
ProgressButton *downloadButton;
|
||||
QPushButton *backButtom;
|
||||
DSearchEdit *searchEdit = new DSearchEdit;
|
||||
Ui::MainWindow *ui;
|
||||
|
||||
Reference in New Issue
Block a user