QtCore import QTimer. class window(QWidget):. def __init__(self):. super().__init__(). self.label = QLabel(self). self.label.setText("0").
確定! 回上一頁