pyqt 设置QTabWidget标签页不可选
for i in range(1,7): self.tabWidget.setTabEnabled(i,False)i-对应标签页的位数
原文:https://www.cnblogs.com/xiaohai123/p/13635821.html