We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果 BehindWindowBlur 背后放置的有其它有内容的 Item,这些Item会覆盖在窗口模糊效果之上。 在BehindWindowBlur的实现中,会清理其背后的其他Item绘制的内容,但是目前这个清理功能在Qt6上失效了。
deepin V23 DTK 6.X
直接使用 BehindWindowBlur ,且为 Window 对象设置一个明显的颜色即可发现。
No response
The text was updated successfully, but these errors were encountered:
需要为Qt6添加功能实现。
Sorry, something went wrong.
No branches or pull requests
SUMMARY | 问题概要
如果 BehindWindowBlur 背后放置的有其它有内容的 Item,这些Item会覆盖在窗口模糊效果之上。
在BehindWindowBlur的实现中,会清理其背后的其他Item绘制的内容,但是目前这个清理功能在Qt6上失效了。
DTK and OS VERSIONS | DTK&系统版本信息
deepin V23
DTK 6.X
Minimal Reproducible Case Code | 最小复现案例代码
直接使用 BehindWindowBlur ,且为 Window 对象设置一个明显的颜色即可发现。
OBSERVED RESULT | 观察到的结果
No response
EXPECTED RESULT | 期望的结果
No response
ADDITIONAL INFORMATION | 额外补充
No response
The text was updated successfully, but these errors were encountered: