Ejemplo n.º 1
0
 def _jump_to_sg(self):
     """Jump from a context to Shotgun."""
     from tank.platform.qt import QtCore, QtGui
     url = self.engine.context.shotgun_url
     QtGui.QDesktopServices.openUrl(QtCore.QUrl(url))
Ejemplo n.º 2
0
 def _jump_to_sg(self):
     """
     Jump to shotgun, launch web browser
     """
     url = self._engine.context.shotgun_url
     QtGui.QDesktopServices.openUrl(QtCore.QUrl(url))
Ejemplo n.º 3
0
 def open_helpdesk(self):
     QtGui.QDesktopServices.openUrl(
         QtCore.QUrl("http://support.shotgunsoftware.com"))