pyqt5

1. ui转py

利用qt creator生成的。ui文件,可以通过如下命令生成.py文件。

pyuic5 -o xxx.py xxx.ui