跟紧maicss

This commit is contained in:
“shenmo”
2020-06-23 01:09:50 +08:00
parent 55652d9b9e
commit 1bbf51981f
5 changed files with 151 additions and 137 deletions

View File

@@ -9,6 +9,7 @@
#include <downloadlist.h>
#include <QJsonObject>
#include <QProcess>
#include <QFuture>
#define LIST_MAX 99
namespace Ui {
class Widget;
@@ -26,7 +27,10 @@ public:
int allDownload=0;
int isdownload=false;
void closeList(int);
void loadappinfo(QJsonObject);
void loadappinfo(QUrl);
QPixmap screen[5];
QFuture<void> load;
private slots:
@@ -84,7 +88,6 @@ private:
QString appName;
QString urladdress;
};
#endif // WIDGET_H