Beispiel #1
0
 def _onExecute(self):
     params = self._getParams()
     executioner = GlobalExecutioner(self, params)
     if not executioner.isReady():
         return
     self._parent.emit(Qt.SIGNAL("injectScript(PyQt_PyObject)"), executioner)