目录
PySide6_Designer - QT Designer 设计UI
PySide6_UIC - 将QT Designer生成的UI文件转换为python文件
PySide6_RCC - 将RCC文件转换为python文件
1.开发环境配置
1.1 下载PySide6
pip install PySide6 --trusted-host mirrors.aliyun.com
2.2 配置pycharm相关快捷方式
-
PySide6_Designer - QT Designer 设计UI
C:\Users\vec\AppData\Roaming\Python\Python38\site-packages\PySide6\designer.exe
$FilePath$
$FileDir$
-
PySide6_UIC - 将QT Designer生成的UI文件转换为python文件
C:\Users\vec\AppData\Roaming\Python\Python38\Scripts\pyside6-uic.exe
$FileName$ -o ui_$FileNameWithoutExtension$.py
$FileDir$
-
PySide6_RCC - 将RCC文件转换为python文件
C:\Users\vec\AppData\Roaming\Python\Python38\Scripts\pyside6-rcc.exe
$File