摘要:
样式: 继承于 QWidget 阅读全文
posted @ 2019-02-11 13:37
天子骄龙
阅读(2875)
评论(0)
推荐(1)
摘要:
1 import sys 2 from PyQt5.QtWidgets import QApplication, QWidget, QLCDNumber, QVBoxLayout 3 4 class Demo(QWidget): 5 def __init__(self): 6 super(Demo, self).__init__() 7 ... 阅读全文
posted @ 2019-02-11 09:22
天子骄龙
阅读(848)
评论(0)
推荐(0)
摘要:
1 import sys 2 from PyQt5.QtWidgets import QApplication, QWidget,QLabel 3 from PyQt5.QtGui import QFont 4 from PyQt5 import QtCore 5 6 class Demo(QWidget): 7 def __init__(self): 8 ... 阅读全文
posted @ 2019-02-11 07:50
天子骄龙
阅读(5843)
评论(0)
推荐(0)
摘要:
样式: 阅读全文
posted @ 2019-02-11 06:18
天子骄龙
阅读(535)
评论(0)
推荐(0)

浙公网安备 33010602011771号