pyside2 ui转py文件

pyside2 ui转py文件

1.Qt Designer中点开窗体中的View Python Code 就可以看到相应的代码
pyside2 ui转py文件_第1张图片

2.可能报错代码生成失败,Unable to launch xxx\bin\uic:Process failed to start.
pyside2 ui转py文件_第2张图片
顺着路径去找,发现没有bin\uic这个文件,但在Pyside2文件夹下有uic.exe。所以在Pyside2文件夹下尝试新建bin文件夹,并将uic.exe放进去,再次点击View Python Code,成功看到代码。
pyside2 ui转py文件_第3张图片

你可能感兴趣的:(QT界面)