https://github.com/pyqt5/pyqtsplashscreen
PyQt SplashScreen
https://github.com/pyqt5/pyqtsplashscreen
Last synced: about 2 months ago
JSON representation
PyQt SplashScreen
- Host: GitHub
- URL: https://github.com/pyqt5/pyqtsplashscreen
- Owner: PyQt5
- Created: 2021-02-20T09:35:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-20T09:37:32.000Z (almost 5 years ago)
- Last Synced: 2025-04-19T09:08:05.153Z (8 months ago)
- Language: Python
- Size: 35.8 MB
- Stars: 23
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyQtSplashScreen
原本考虑使用C++ Qt编写,但需要编译个版本比较麻烦,这里使用Python编写,并编译为独立的Launcher进程
启动界面采用独立进程(考虑相同进程繁忙时可能导致界面不更新,故分离出来)。并使用`QLocalSocket`来作为通信传递消息
ScreenShot



