# BlurEffect **Repository Path**: MouseZhang/BlurEffect ## Basic Information - **Project Name**: BlurEffect - **Description**: Mirror from https://github.com/MouseZhangZh/BlurEffect.git - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: https://github.com/MouseZhangZh/BlurEffect.git - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-01-24 - **Last Updated**: 2024-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BlurEffect Blur effect for QWidget, just include [blur_effect.h](blur_effect.h), and use it like: ```c++ BlurEffect *effect = new BlurEffect(); transparentWidget->setGraphicsEffect(effect); ``` Inspired by [BackDrop-in-PyQt-PySide](https://github.com/GvozdevLeonid/BackDrop-in-PyQt-PySide) # Example Preview jpg: ![example.jpg](res%2Fexample.jpg) gif: ![example.gif](res%2Fexample.gif)