Esempio n. 1
0
 def addInterpreter(self):
     if self.dockInterpreter is None:
         self.dockInterpreter = Interpreter(self)
         self.addNewDockWidgetTab(Qt.RightDockWidgetArea,
                                  self.dockInterpreter)
     if not self.dockInterpreter.isVisible():
         self.dockInterpreter.show()