赞
踩
本示例为添加PySide2外部工具,PySide6/PyQt类似
File>>Setting>>Tools>>External Tools
Name:外部工具名称
QtDesigner
Program:外部工具地址(默认在python安装目录Scripts文件夹)
D:\Python39\Scripts\pyside2-designer.exe
Working directory:设置为项目根目录
$ProjectFileDir$
Name:
PyUIC
Program:
D:\Python39\Scripts\pyside2-uic.exe
Arguments:参数配置
$FileName$ -o $FileNameWithoutExtension$_ui.py
Working directory:设置当前文件所在目录
$FileDir$
Name:
PyRCC
Program:
D:\Python39\Scripts\pyside2-rcc.exe
Arguments:参数配置
$FileName$ -o $FileNameWithoutExtension$_rc.py
Working directory:设置当前文件所在目录
$FileDir$
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。