错误
发生异常: TypeError
arguments did not match any overloaded call:
QPushButton(parent: typing.Optional[QWidget] = None): argument 1 has unexpected type 'MyMainWindow'
QPushButton(text: str, parent: typing.Optional[QWidget] = None): argument 1 has unexpected type 'MyMainWindow'
QPushButton(icon: QIcon, text: str, parent: typing.Optional[QWidget] = None): argument 1 has unexpected type 'MyMainWindow'
错误 发生异常: TypeError arguments did not match any overloaded call: QPushButton(parent: typing.Optional[QWidget] = None): argument 1 has unexpected type 'MyMainWindow' QPushButton(text: str, parent: typing.Optional[QWidget] = None): argument 1 has unexpected type 'MyMainWindow' QPushButton(icon: QIcon, text: str, parent: typing.Optional[QWidget] = None): argument 1 has unexpected type 'MyMainWindow'