KIO
applicationlauncherjob.h
37 * For error handling, either connect to the result() signal, or for a simple messagebox on error,
41 * job->setUiDelegate(KIO::createDefaultJobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, this));
75 explicit ApplicationLauncherJob(const KDesktopFileAction &desktopFileAction, QObject *parent = nullptr);
106 DeleteTemporaryFiles = 0x1, ///< the URLs passed to the service will be deleted when it exits (if the URLs are local files)
115 * @param runFlags the flags to be set. For instance, whether the URLs are temporary files that should be deleted after execution.
147 * Convenience method for pids().at(0). You should only use this when specifying zero or one URL,
ApplicationLauncherJob runs an application and watches it while running.
Definition applicationlauncherjob.h:55
Q_SCRIPTABLE Q_NOREPLY void start()
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.