We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我是使用pip3 install comtool 指令下载的,在移动窗口的时候会报一个错误 Traceback (most recent call last): File "/home/yan/.local/lib/python3.8/site-packages/COMTool/widgets.py", line 265, in eventFilter self.moveOrResize(obj.windowHandle(), event.pos(), obj.width(), obj.height()) File "/home/yan/.local/lib/python3.8/site-packages/COMTool/widgets.py", line 243, in moveOrResize window.startSystemMove() AttributeError: 'QWindow' object has no attribute 'startSystemMove' 不知道i怎么去解决这个问题了
The text was updated successfully, but these errors were encountered:
你安装的 qt版本比较旧 不支持 startSystemMove 这个函数,你可以直接下载 release里面打包好的二进制版本,或者升级一下pyqt5
Sorry, something went wrong.
No branches or pull requests
我是使用pip3 install comtool 指令下载的,在移动窗口的时候会报一个错误
Traceback (most recent call last):
File "/home/yan/.local/lib/python3.8/site-packages/COMTool/widgets.py", line 265, in eventFilter
self.moveOrResize(obj.windowHandle(), event.pos(), obj.width(), obj.height())
File "/home/yan/.local/lib/python3.8/site-packages/COMTool/widgets.py", line 243, in moveOrResize
window.startSystemMove()
AttributeError: 'QWindow' object has no attribute 'startSystemMove'
不知道i怎么去解决这个问题了
The text was updated successfully, but these errors were encountered: