摘要: 继承于 QAbstractSpinBox 日期格式符: d 没有前导零的数字的日期(1到31) ddd 缩写的本地化日期名称(例如'Mon'到'Sun'dddd 完整本地化的日期名称(例如“星期一”到“星期日”)M 没有前导零的数字的月份(1-12)MM 月份为前导零的数字(01-12)MMM 缩写 阅读全文
posted @ 2019-02-11 19:27 天子骄龙 阅读(5977) 评论(0) 推荐(0) 编辑
摘要: 样式: 继承于 QWidget 阅读全文
posted @ 2019-02-11 13:37 天子骄龙 阅读(2638) 评论(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 天子骄龙 阅读(613) 评论(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 天子骄龙 阅读(5714) 评论(0) 推荐(0) 编辑
摘要: 样式: 阅读全文
posted @ 2019-02-11 06:18 天子骄龙 阅读(479) 评论(0) 推荐(0) 编辑