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