跟随到5.2

This commit is contained in:
2020-07-13 19:26:09 +08:00
parent 892766470c
commit b1c2b1bbc6
7 changed files with 203 additions and 82 deletions

View File

@@ -12,7 +12,10 @@
#include <QFuture>
#include <QToolButton>
#include <QTimer>
#define LIST_MAX 99
#define TMP_PATH "/tmp/spark-store"
namespace Ui {
class Widget;
}
@@ -32,6 +35,7 @@ public:
int isdownload=false;
void loadappinfo(QUrl);
void chooseLeftMenu(int index);
quint64 dirFileSize(const QString &path);
QPixmap screen[5];
QFuture<void> load;
QTimer download_speed;
@@ -67,8 +71,6 @@ private slots:
void on_menu_btn_other_clicked();
void on_listWidget_currentRowChanged(int currentRow);
void on_pushButton_clicked();
void on_pushButton_2_clicked();
@@ -89,6 +91,8 @@ private slots:
void on_pushButton_5_clicked();
void on_pushButton_6_clicked();
public:
QUrl url;
bool isBusy=false;