PyQt/验证码控件/README.md
2017-12-27 00:20:50 +08:00

11 lines
No EOL
327 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 验证码控件
### [Python3.4.4 or Python3.5][PyQt5]
# 截图
![截图](ScreenShot/1.gif)
# 说明
2.更新为paintEvent方式,采用上下跳动
1.参考网上一些代码都是采用paintEvent绘制这里采用QLabel显示html结合字体来显示文字<br />
然后在paintEvent中绘制噪点和线条