This website requires JavaScript.
Explore
Help
Sign In
xmengnet
/
PyQt
Watch
1
Star
0
Fork
You've already forked PyQt
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
d356665756
PyQt
/
Demo
/
验证码控件
History
Irony
880fc812b0
update
2018-12-28 23:09:46 +08:00
..
ScreenShot
update
2018-12-28 23:09:46 +08:00
itckrist.ttf
update
2018-12-28 23:09:46 +08:00
README.md
update
2018-12-28 23:09:46 +08:00
WidgetCode.py
update
2018-12-28 23:09:46 +08:00
README.md
Unescape
Escape
验证码控件
[Python3.4.4 or Python3.5][PyQt5]
截图
说明
2.更新为paintEvent方式,采用上下跳动 1.参考网上一些代码
,
都是采用paintEvent绘制
,
这里采用QLabel显示html结合字体来显示文字
然后在paintEvent中绘制噪点和线条