PyQt/QSystemTrayIcon/README.md

21 lines
498 B
Markdown
Raw Normal View History

# QSystemTrayIcon
- 目录
2019-07-26 13:08:42 +08:00
- [最小化到系统托盘](#1最小化到系统托盘)
2021-12-09 18:46:17 +08:00
- [系统托盘闪烁](#2系统托盘闪烁)
## 1、最小化到系统托盘
[运行 MinimizeToTray.py](MinimizeToTray.py)
选择 Minimize to Tray 在关闭窗口时最小化到系统托盘。
2019-07-26 13:08:42 +08:00
> Reference: https://evileg.com/en/post/68/
![MinimizeToTray](ScreenShot/MinimizeToTray.gif)
2021-12-09 18:46:17 +08:00
## 2、系统托盘闪烁
2021-12-09 18:46:17 +08:00
[运行 TrayNotify.py](TrayNotify.py)
2021-12-09 18:46:17 +08:00
通过定时器设置不同图标来实现闪烁。