摘要: 多重继承,多继承 多重继承代码示例: ### ref https://zhuanlan.zhihu.com/p/97995434 class A: def func1(self): print("in A func1") def func2(self): print("in A func2") cl 阅读全文
posted @ 2022-01-25 22:22 emanlee 阅读(196) 评论(0) 推荐(0)
摘要: python点击按钮弹出新窗口(多个窗口的打开与关闭) 本篇博客对应的视频讲解:https://www.bilibili.com/video/BV1NZ4y1Z7ue/ 用 designer.exe 做UI文件(第一个主窗口) mymainwindow.ui <?xml version="1.0" 阅读全文
posted @ 2022-01-25 20:42 emanlee 阅读(8212) 评论(1) 推荐(0)