KIO
openurljob.h
34 * job->setUiDelegate(KIO::createDefaultJobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, window));
KCompositeJob(QObject *parent=nullptr)
void setSuggestedFileName(const QString &suggestedFileName)
Sets the file name to use in the case of downloading the file to a tempfile, in order to give it to a...
Definition openurljob.cpp:110
void setDeleteTemporaryFile(bool b)
Specifies that the URL passed to the application will be deleted when it exits (if the URL is a local...
Definition openurljob.cpp:105
void setEnableExternalBrowser(bool b)
Sets whether the external webbrowser setting should be honoured.
Definition openurljob.cpp:130
void setFollowRedirections(bool b)
Sets whether the job should follow URL redirections.
Definition openurljob.cpp:135
void setRunExecutables(bool allow)
Set this to true if this class should allow the user to run executables.
Definition openurljob.cpp:120
void mimeTypeFound(const QString &mimeType)
Emitted when the MIME type is determined.
OpenUrlJob(const QUrl &url, QObject *parent=nullptr)
Creates an OpenUrlJob in order to open a URL.
Definition openurljob.cpp:88
static bool isExecutableFile(const QUrl &url, const QString &mimetypeName)
Returns whether the url of mimetype is executable.
Definition openurljob.cpp:350
void setShowOpenOrExecuteDialog(bool b)
Set this to true if this class should show a dialog to ask the user about how to handle various types...
Definition openurljob.cpp:125
void setStartupId(const QByteArray &startupId)
Sets the platform-specific startup id of the application launch.
Definition openurljob.cpp:115
KJob(QObject *parent=nullptr)
Q_SCRIPTABLE Q_NOREPLY void start()
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
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.