how to activate a button under a certain condition for a certain amount of time in PYQT

后端 未结 0 1684
失恋的感觉
失恋的感觉 2021-02-01 07:52
class MyWindow(QMainWindow):
    def __init__(self):
        super().__init__()
        self.setWindowTitle("My Window")
        self.setGeometry(400, 400, 400         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题