摘要: 1 #!/usr/bin/env python3 2 #-*- coding:utf-8 -*- 3 ''' 4 Administrator 5 2018/7/24 6 ''' 7 8 class Foo: 9 def bar(self): #普通方法需要创建对象,通过对象调用 10 print('bar') 11 @stati... 阅读全文
posted @ 2018-07-24 15:28 巨兽~墨菲特 阅读(211) 评论(0) 推荐(0) 编辑
摘要: PyQt5中的布局管理 阅读全文
posted @ 2018-07-24 11:53 巨兽~墨菲特 阅读(120) 评论(0) 推荐(0) 编辑