Skip to content

Latest commit

 

History

History
 
 

气泡提示

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

简单的右下角气泡提示

原理思路:

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

Issues#3

截图

1