大数据

PySide6本地安装

安装命令

pip install pyside6

Pycharm配置Qt Designer

配置路径

使用工具

.ui文件转.py文件

pyside6-uic -g python test01.ui > test01.py

教程学习:
https://zhuanlan.zhihu.com/p/673903865