- 博客(4)
- 资源 (2)
- 收藏
- 关注
原创 (Create simple GUI Applications with Python and Qt学习)layout(主要是stacklayout)
照着视频打:from PyQt5.QtGui import *from PyQt5.QtWidgets import *from PyQt5.QtCore import *import sysclass Color(QWidget): #定义一个类,产生一个色块 def __init__(self, color, *args, **kwargs): s...
2019-01-17 14:55:53
604
原创 (Create simple GUI Applications with Python and Qt学习)pyqt的widget
基本是照着视频打的只是把各种widget分开设置然后整合到一起这也导致视频中获取centralwidget相关的部分不知道怎么实现,这个layout,widget层次细节不了解。。程序如下:from PyQt5.QtGui import *from PyQt5.QtWidgets import *from PyQt5.QtCore import *import sysclass...
2019-01-09 18:37:17
683
1
翻译 (Create simple GUI Applications with Python and Qt学习,信号,toolbar,menu)
照着视频打。。from PyQt5.QtGui import *from PyQt5.QtWidgets import *from PyQt5.QtCore import *import sysclass MainWindow(QMainWindow): #QMainWindow的子类 my_awesome_signal = pyqtSignal(str) #定义一个信号...
2019-01-05 15:22:58
568
哈弗曼编码压缩文件c语言实现
2018-04-24
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人