nuthx / bangumi-renamer

一键重命名罗马拼音的动画文件夹 —— 自动识别番剧,自定义命名规则
GNU General Public License v3.0
146 stars 4 forks source link

QPushButton(icon: QIcon, text: str, parent: typing.Optional[QWidget] = None): argument 1 has unexpected type 'MyMainWindow' #17

Closed 0xgejutaixiao closed 2 months ago

0xgejutaixiao commented 7 months ago
    self.newVersionButton = PrimaryPushButton("有新版本", self, FluentIcon.LINK)

错误 发生异常: 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'

0xgejutaixiao commented 7 months ago

windows 11

nuthx commented 5 months ago

是编译时出现的吗?PySide6-Fluent-Widgets版本是多少