enhance: 下载列表新增 wayland 窗口标题

This commit is contained in:
2022-12-23 18:42:19 +08:00
parent c1ba14bbd0
commit 5889ac3045

View File

@@ -7,6 +7,7 @@ DownloadListWidget::DownloadListWidget(QWidget *parent) : DBlurEffectWidget(pare
ui(new Ui::DownloadListWidget) ui(new Ui::DownloadListWidget)
{ {
ui->setupUi(this); ui->setupUi(this);
setWindowTitle("Download list");
installEventFilter(this); installEventFilter(this);
this->setAttribute(Qt::WA_Hover, true); this->setAttribute(Qt::WA_Hover, true);
setFocus(); setFocus();