Exemplo n.º 1
0
 def addTab(self, tabObject=None, Name=None):
     newTab = GraphTab()
     SmartTabWidget.addTab(self, newTab)
     self.currentChanged.connect(self.drawCurrentGraph)