PyQt5 does not do anything when i click button inside gui python

后端 未结 0 1431
南旧
南旧 2020-12-13 23:53



class Example(QWidget):


    def __init__(self):

        super().__init__()

        self.initUI()

    def initUI(self):
        global T
        global S
             


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