79342466

Date: 2025-01-09 11:51:54
Score: 0.5
Natty:
Report link

It seems as if the QTabWidget loses the property that enables the scroll buttons when the out-of-view tabs are made invisible or disabled. see: QTabWidget.usesScrollButtons()

I had the same issue and resetting the property helped. After enabling the tabs, insert this: self.ui.tabWidget.setUsesScrollButtons(True)

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: stephan wi...