PYQT5 Buka tab
self.tabs.setCurrentIndex(newIndex)
#Change newIndex to the index of the tab you want to change to.
68Duck
self.tabs.setCurrentIndex(newIndex)
#Change newIndex to the index of the tab you want to change to.