Instead of `class MyTabBar(QtGui.QTabBar)`, I created it as `class MyTabBar(QtGui.QMainWindow)` and a new variable solely for `QTabBar` and it works...
Even so, (as I am not sure) , generally, to use `QTabBar`, does it always go along with the use of `QTabWidget`? -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/106eb8a3-7718-4684-b137-5493c00cd186%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
