Skip to content
New issue

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

AttributeError: 'QMenuBar' object has no attribute 'setTabletTracking' ??? #2

Open
ithjz opened this issue Sep 13, 2018 · 1 comment

Comments

@ithjz
Copy link

ithjz commented Sep 13, 2018

Traceback (most recent call last):
File "E:\users\administrator\eclipse-workspace2\BeautyCamera-master\main.py", line 593, in
MainWindow()
File "E:\users\administrator\eclipse-workspace2\BeautyCamera-master\main.py", line 22, in init
self.ui.setupUi(MainWindow)
File "E:\users\administrator\eclipse-workspace2\BeautyCamera-master\window.py", line 804, in setupUi
self.menubar.setTabletTracking(False)
AttributeError: 'QMenuBar' object has no attribute 'setTabletTracking'

@ghost
Copy link

ghost commented Sep 6, 2019

注释掉window.py的第804行self.menubar.setTabletTracking(False)即可。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant