This website requires JavaScript.
Explore
Help
Sign In
xmengnet
/
PyQt
Watch
1
Star
0
Fork
You've already forked PyQt
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
19478c38f3
PyQt
/
界面美化
/
边框动画阴影
History
Irony
6336da194a
增加停止函数
2018-09-26 16:24:32 +08:00
..
ScreenShot
边框动画阴影
2018-09-25 23:31:08 +08:00
1.jpg
边框动画阴影
2018-09-25 23:31:08 +08:00
AnimationShadowEffect.py
增加停止函数
2018-09-26 16:24:32 +08:00
README.md
边框动画阴影
2018-09-25 23:31:08 +08:00
Test.py
增加停止函数
2018-09-26 16:24:32 +08:00
README.md
QGraphicsDropShadowEffect动态边框阴影动画
简单说明
1.通过setGraphicsEffect设置控件的边框阴影
2.继承QGraphicsDropShadowEffect实现增加动态属性radius
3.通过QPropertyAnimation属性动画不断改变radius的值并调用setBlurRadius更新半径值
截图