mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-13 12:22:05 +08:00
beta3更新
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define DOWNLOADLIST_H
|
||||
|
||||
#include <QWidget>
|
||||
#include <outputwindow.h>
|
||||
namespace Ui {
|
||||
class downloadlist;
|
||||
}
|
||||
@@ -26,18 +27,23 @@ public:
|
||||
void setSpeed(QString);
|
||||
int num;
|
||||
bool close=false;
|
||||
|
||||
QString out;
|
||||
outputwindow output_w;
|
||||
bool reinstall=false;
|
||||
private slots:
|
||||
void on_pushButton_clicked();
|
||||
|
||||
void on_pushButton_2_clicked();
|
||||
|
||||
|
||||
void on_pushButton_3_clicked();
|
||||
|
||||
private:
|
||||
Ui::downloadlist *ui;
|
||||
static bool isInstall;
|
||||
QString speed;
|
||||
|
||||
|
||||
};
|
||||
//bool downloadlist::isInstall=false;
|
||||
#endif // DOWNLOADLIST_H
|
||||
|
||||
Reference in New Issue
Block a user