https://github.com/hunlongyu/pyside-auto-uic
Automatically convert UI files to py files。
https://github.com/hunlongyu/pyside-auto-uic
Last synced: about 1 year ago
JSON representation
Automatically convert UI files to py files。
- Host: GitHub
- URL: https://github.com/hunlongyu/pyside-auto-uic
- Owner: Hunlongyu
- Created: 2024-11-14T07:16:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T03:28:12.000Z (over 1 year ago)
- Last Synced: 2025-01-30T16:25:09.278Z (over 1 year ago)
- Language: Python
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyside6_ui2py - UIC
在 pyside6 项目开发中,在保存 .ui 文件时,自动将 .ui 文件转换为 .py 文件。
## 使用
将 uic.exe 文件复制到项目根目录,直接启动即可。
或者启动时,传递目录参数,即可对指定目录下的 .ui 文件进行监听转换。
```bash
.\uic.exe E:\Test\pyside6_ui2py
```
软件没有主界面,启动后只有一个托盘图标,转换成功后,会有提示,前提是系统没有开启免打扰。

右键图标
1. 退出菜单,点击即可退出。
2. 暂停菜单,点击暂停文件监听
编译 exe