pyqt5学习日记
前提需要pip安装PyQt5与PyQt5-tools
安装后会有qtdesigner.exe和pyuic5.exe,用everything直接可以搜索到
qtdesigner.exe是来设计ui的
pyuic5.exe可将ui文件转为py文件,使用指令: pyuic5 -o ChatServer.py ChatServer.ui
待续!
本文来自博客园,作者:ControlO_o,转载请注明原文链接:https://www.cnblogs.com/ControlO-o/p/17297297.html