460 B
460 B
QGraphicsDropShadowEffect
- 目录
1、边框阴影动画
- 通过
setGraphicsEffect
设置控件的边框阴影 - 继承
QGraphicsDropShadowEffect
实现增加动态属性radius
- 通过
QPropertyAnimation
属性动画不断改变radius
的值并调用setBlurRadius
更新半径值 - 不能对父控件使用