安装Qt Designer
conda环境
pip install PyQt5-tools
pycharm配置
D:\anaconda3\envs\groove\Lib\site-packages\qt5_applications\Qt\bin\designer.exe
pycharm -> tool -> External tools -> qt designet 打开。
qtdesignet绘图:
通过拖拽绘图
记住这个名称
然后保存 会生成一个ui文件
配置工具将ui文件生成代码
D:\a