|
发表于 2022-5-27 17:29:35
|
显示全部楼层
为什么我运行不起来啊,小白一个,它提示这个
Traceback (most recent call last):
File "F:\360MoveData\Users\VULCAN\Desktop\version_to_fishc\Interface.py", line 267, in <module>
mainW = QinterFace()
File "F:\360MoveData\Users\VULCAN\Desktop\version_to_fishc\Interface.py", line 23, in __init__
self.initUI()
File "F:\360MoveData\Users\VULCAN\Desktop\version_to_fishc\Interface.py", line 54, in initUI
self.move((screen.width() - size.width()) / 2,0)
TypeError: arguments did not match any overloaded call:
move(self, QPoint): argument 1 has unexpected type 'float'
move(self, int, int): argument 1 has unexpected type 'float' |
|