修复非DDE环境下透明度过高的问题

This commit is contained in:
2022-12-11 17:30:25 +08:00
parent e251616129
commit 8c9c2fcf11
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ DownloadListWidget::DownloadListWidget(QWidget *parent) :
this->setAttribute(Qt::WA_Hover,true);
setFocus();
setFixedSize(500,400);
setMaskAlpha(250);
ui->listWidget->hide();
ui->widget->show();
// 计算显示下载速度