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

@@ -9,6 +9,7 @@ downloadlist::downloadlist(QWidget *parent) :
ui->pushButton->setEnabled(false);
ui->progressBar->setValue(0);
ui->label_filename->hide();
ui->label->setStyleSheet("color:#000000");
}
downloadlist::~downloadlist()