QtCore import Qt, QDateTime class rain_animation(QMainWindow): def __init__(self): ... currentDateTime() self.update(diff) self.repaint() if __name__ ...
確定! 回上一頁