20200621投递

This commit is contained in:
Maicss
2020-06-21 08:58:48 +08:00
parent e1767420ef
commit d45fc66867
4 changed files with 466 additions and 36 deletions

View File

@@ -58,6 +58,10 @@ private slots:
void on_listWidget_currentRowChanged(int currentRow);
void on_pushButton_clicked();
void on_pushButton_2_clicked();
private:
QUrl url;
bool isBusy=false;
@@ -67,6 +71,7 @@ private:
QNetworkReply *reply;
QList<QUrl> urList;
QFile *file;
QString appName;
};