KIO
kterminallauncherjob.h
26 * For error handling, either connect to the result() signal, or for a simple messagebox on error,
virtual Q_SCRIPTABLE void start()=0
KJob(QObject *parent=nullptr)
void setStartupId(const QByteArray &startupId)
Sets the platform-specific startup id of the command launch.
Definition kterminallauncherjob.cpp:42
void setProcessEnvironment(const QProcessEnvironment &environment)
Can be used to pass environment variables to the child process.
Definition kterminallauncherjob.cpp:47
KTerminalLauncherJob(const QString &command, QObject *parent=nullptr)
Creates a KTerminalLauncherJob.
Definition kterminallauncherjob.cpp:28
void setWorkingDirectory(const QString &workingDirectory)
Sets the working directory from which to run the command.
Definition kterminallauncherjob.cpp:37
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:37 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:37 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.