Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 571 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 571 Bytes

ShadowWidget

基于Qt5的去掉标题栏之后添加边框阴影的解决方案

调用Windows相关API

image

使用Qt的QGraphicsDropShadowEffect类来实现

image

使用Qt的qDrawBorderPixmap函数来实现

image

构造出边框阴影QImage并绘制

image