PyQt/QMessageBox/README.md
2019-03-12 12:47:56 +08:00

505 B

QMessageBox

1、消息对话框倒计时关闭

运行 CountDownClose.py

  1. 通过继承QMessageBox实现倒计时关闭的对话框
  2. QTimer定时器关闭窗口

CountDownClose

2、自定义图标等

运行 CustomColorIcon.py

CustomColorIcon