mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 04:42:03 +08:00
新增 预览截图时背景模糊
新增 打开下载文件夹功能 修复 取消下载被判定为下载失败
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "big_image.h"
|
||||
#include <QHBoxLayout>
|
||||
#include <QtConcurrent>
|
||||
big_image::big_image(DBlurEffectWidget *parent) : DBlurEffectWidget(parent)
|
||||
{
|
||||
// m_image->setParent(this);
|
||||
@@ -10,6 +11,9 @@ big_image::big_image(DBlurEffectWidget *parent) : DBlurEffectWidget(parent)
|
||||
m_image->setAlignment(Qt::AlignCenter);
|
||||
m_image->setMaximumSize(1024,768);
|
||||
setWindowFlags(this->windowFlags() | Qt::WindowStaysOnTopHint);//设置图片对话框总在最前
|
||||
setRadius(0);
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user