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