コード例 #1
0
ファイル: mainwindow.py プロジェクト: imclab/vistrails
 def showBuilderWindowActTriggered(self):
     from gui.vistrails_window import _app
     _app.show()
     _app.raise_()
     _app.qactions['history'].trigger()
     _app.get_current_tab().zoomToFit()
     _app.qactions['pipeline'].trigger()
     _app.get_current_tab().zoomToFit()
コード例 #2
0
 def showBuilderWindowActTriggered(self):
     from gui.vistrails_window import _app
     _app.show()
     _app.raise_()
     _app.qactions['history'].trigger()
     _app.get_current_tab().zoomToFit()
     _app.qactions['pipeline'].trigger()
     _app.get_current_tab().zoomToFit()
コード例 #3
0
ファイル: mashup_view.py プロジェクト: painter1/vistrails
 def controllerChanged(self, controller):
     from gui.vistrails_window import _app
     self.set_controller(controller)
     self.versionChanged(self.controller.current_version)
     if _app.get_current_tab() == self:
         self.updateView()
コード例 #4
0
 def controllerChanged(self, controller):
     from gui.vistrails_window import _app
     self.set_controller(controller)
     self.versionChanged(self.controller.current_version)
     if _app.get_current_tab() == self:
         self.updateView()