# QMessageBox - 目录 - [消息对话框倒计时关闭](#1、消息对话框倒计时关闭) - [自定义图标等](#2、自定义图标等) ## 1、消息对话框倒计时关闭 [运行 CountDownClose.py](CountDownClose.py) 1. 通过继承`QMessageBox`实现倒计时关闭的对话框 1. `QTimer`定时器关闭窗口 ![CountDownClose](ScreenShot/CountDownClose.gif) ## 2、自定义图标等 [运行 CustomColorIcon.py](CustomColorIcon.py) ![CustomColorIcon](ScreenShot/CustomColorIcon.png)