新增 链接分享

This commit is contained in:
Maicss
2020-07-27 10:20:50 +08:00
parent 817d497f4a
commit 514be30e04
6 changed files with 41 additions and 334 deletions

View File

@@ -73,6 +73,8 @@ private slots:
void on_webView_loadFinished(bool arg1);
void on_webView_loadProgress(int progress);
void on_pushButton_clicked();
public:
QUrl url;
@@ -111,6 +113,7 @@ private:
QPixmap screen[5];
QFuture<void> load;
QTimer download_speed;
QString type_name;
};