class App(QPushButton) : 7. def __init__(self): 8. super(App, self).__init__() ... def onClick(self): 15. print('Click!!!') 16. if __name__ == '__main__':.
確定! 回上一頁