提交者:沫 <jifengshenmo@outlook.com>
	修改:     downloadlist.cpp
	修改:     downloadlist.h
	修改:     downloadlist.ui
	新文件:   server.list
	修改:     widget.cpp
	修改:     widget.h
	修改:     widget.ui
This commit is contained in:
2020-06-26 08:22:04 +08:00
parent 5c8ee91a76
commit 8e3f235910
7 changed files with 189 additions and 89 deletions

View File

@@ -22,13 +22,20 @@ public:
bool free;
void setFileName(QString);
void seticon(const QPixmap);
public: signals:
void closeDownload();
int num;
bool close=false;
private slots:
void on_pushButton_clicked();
void on_pushButton_2_clicked();
private:
Ui::downloadlist *ui;
};
static bool isInstall;
};
//bool downloadlist::isInstall=false;
#endif // DOWNLOADLIST_H