Adding on (hit the "Post" button too fast), I am trying to create a 2 layers of tabs, this is the first level of tabs that I am trying to create, in which based on the creation, it will then populated a second sets of tabs (which will be using QTabWidget)
Pardon the illustration, but something of the following: (Say I selected the option - 'food' from the + icon, and within 'food', there are another 3 tabs) | + | food | | burgers | bread | rice | On Friday, December 21, 2018 at 4:58:28 PM UTC-8, kiteh wrote: > > 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/7e88ec07-4b56-497f-ae4e-ab032e13dc0e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
