随笔分类 -  pyGUI

摘要:安装 pip install PyQt5 pip3.5 install pyqt5-tools 界面化操作 1.在win+R中输入designer并敲回车,即可启动Designer。一般选择“Main Window”点击“Create”即可创建。 若在win+R中输入designer并敲回车后无反应 阅读全文
posted @ 2020-06-09 16:39 linma 阅读(11374) 评论(0) 推荐(0)
摘要:参考:https://www.cnblogs.com/morries123/p/8568666.html 图形化编写: class MyFrame(wx.Frame): def __init__(self,parent): wx.Frame.__init__(self, parent, id=-1, 阅读全文
posted @ 2020-04-24 11:20 linma 阅读(286) 评论(0) 推荐(0)