Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 398 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 398 Bytes

简单的右下角气泡提示

原理思路:

  • 1.使用QWidget包含一个QLabel,其中QWidget通过paintEvent绘制气泡形状
  • 2.使用QPropertyAnimation属性动画来移动气泡和改变气泡的透明度
  • 3.使用QParallelAnimationGroup动画组来同时运行两个动画

Issues#3

截图

1