vscode pyqt5设置
vscode中安装插件PYQT Integration
以虚拟环境p310为例,对应设置2个路径
D:\miniconda3\envs\p310\Scripts\pyuic5.exe
D:\miniconda3\envs\p310\Lib\site-packages\qt5_applications\Qt\bin\designer.exe
左侧空白点右键-PYQT:New Form可创建UI界面,控件拖动后保存即可
保存之后会有UI文件,右键-PYQT-Compile Form就可以用了