def _jump_to_sg(self): """ Jump to shotgun, launch web browser """ from sgtk.platform.qt import QtGui, QtCore url = self.context.shotgun_url QtGui.QDesktopServices.openUrl(QtCore.QUrl(url))