Exemplo n.º 1
0
 def addTab(self, tabObject=None, Name=None):
     newTab = GraphTab()
     SmartTabWidget.addTab(self, newTab)
     self.currentChanged.connect(self.drawCurrentGraph)
Exemplo n.º 2
0
 def __init__(self, parent=None):
     SmartTabWidget.__init__(self, parent)
     self.defaultTabName = 'Graph'