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
Describe the bug After scanning, trying to close the results tab gives an error.
To Reproduce Steps to reproduce the behavior:
Expected behavior Results tab should close and focus should go to other tab.
Desktop (please complete the following information):
Additional context Error Report:
Application Name: dupeGuru Version: 4.0.4
Traceback (most recent call last): File "/home/ulimited/Desktop/0 Comp Sci Related/dupeguru-github/qt/tabbed_window.py", line 222, in onTabCloseRequested self.setTabVisible(index, False) File "/home/ulimited/Desktop/0 Comp Sci Related/dupeguru-github/qt/tabbed_window.py", line 181, in setTabVisible return self.tabWidget.setTabVisible(index, value) AttributeError: 'QTabWidget' object has no attribute 'setTabVisible'
The text was updated successfully, but these errors were encountered:
Yup, sorry about that bug. It is already fixed in an upcoming feature branch.
Sorry, something went wrong.
This should be fixed in #705, in commits 3382bd5, 26d1894, 584e9c9.
No branches or pull requests
Describe the bug
After scanning, trying to close the results tab gives an error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Results tab should close and focus should go to other tab.
Desktop (please complete the following information):
Additional context
Error Report:
Application Name: dupeGuru
Version: 4.0.4
Traceback (most recent call last):
File "/home/ulimited/Desktop/0 Comp Sci Related/dupeguru-github/qt/tabbed_window.py", line 222, in onTabCloseRequested
self.setTabVisible(index, False)
File "/home/ulimited/Desktop/0 Comp Sci Related/dupeguru-github/qt/tabbed_window.py", line 181, in setTabVisible
return self.tabWidget.setTabVisible(index, value)
AttributeError: 'QTabWidget' object has no attribute 'setTabVisible'
The text was updated successfully, but these errors were encountered: