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
/
QMessageBox
/
README.md
Irony
d356665756
整理
2018-12-31 14:49:29 +08:00
371 B
Raw
Blame
History
QMessageBox
1、消息对话框倒计时关闭
运行 CountDownClose.py
通过继承
QMessageBox
实现倒计时关闭的对话框
QTimer
定时器关闭窗口
2、自定义图标等
运行 CustomColorIcon.py