摘要: 结果显示: UTC (Universal Coordinated time) time 输出结果: daysTo()计算从一个日子到另一日子之间间隔的天数 输出结果: 阅读全文
posted @ 2019-10-26 11:38 华小电 阅读(4277) 评论(0) 推荐(0) 编辑
摘要: import sys from PyQt5.QtWidgets import (QWidget, QToolTip, QPushButton, QApplication) from PyQt5.QtGui import QFont class Example(QWidget): def __init__(self): super().__init__() self.initUI() def ini 阅读全文
posted @ 2019-10-26 11:28 华小电 阅读(542) 评论(0) 推荐(0) 编辑
摘要: The QtCore module contains the core non-GUI functionality. This module is used for working with time, files and directories, various data types, strea 阅读全文
posted @ 2019-10-26 09:45 华小电 阅读(576) 评论(0) 推荐(0) 编辑