mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 04:42:03 +08:00
跟紧maicss
This commit is contained in:
7
widget.h
7
widget.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user