Subgroup: other

Class: QgsRunProcess

class qgis.core.QgsRunProcess

Bases: PyQt5.QtCore.QObject

A class that executes an external program/script. It can optionally capture the standard output and error from the process and displays them in a dialog box.

Methods

blockSignals
childEvent
children
connectNotify
create
customEvent
deleteLater
dialogGone
disconnect
disconnectNotify
dumpObjectInfo
dumpObjectTree
dynamicPropertyNames
event
eventFilter
findChild findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject
findChildren findChildren(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
inherits
installEventFilter
isSignalConnected
isWidgetType
isWindowType
killTimer
metaObject
moveToThread
objectName
parent
processError
processExit
property
pyqtConfigure Each keyword argument is either the name of a Qt property or a Qt signal.
receivers
removeEventFilter
sender
senderSignalIndex
setObjectName
setParent
setProperty
signalsBlocked
startTimer
stderrAvailable
stdoutAvailable
thread
timerEvent
tr

Attributes

destroyed destroyed(self, QObject = None) [signal]
objectNameChanged objectNameChanged(self, str) [signal]
staticMetaObject
create(action: str, capture: bool) → QgsRunProcess
dialogGone(self)
processError(self, QProcess.ProcessError)
processExit(self, int, QProcess.ExitStatus)
stderrAvailable(self)
stdoutAvailable(self)