KIO
kopenwithdialog.h
52 * @param text appears as a label on top of the entry box. Leave empty for default text (since 5.20).
56 KOpenWithDialog(const QList<QUrl> &urls, const QString &text, const QString &value, QWidget *parent = nullptr);
79 KOpenWithDialog(const QList<QUrl> &urls, const QString &mimeType, const QString &text, const QString &value, QWidget *parent = nullptr);
KOpenWithDialog(const QList< QUrl > &urls, QWidget *parent=nullptr)
Create a dialog that asks for a application to open a given URL(s) with.
Definition kopenwithdialog.cpp:551
void setSaveNewApplications(bool b)
Set whether a new .desktop file should be created if the user selects an application for which no cor...
Definition kopenwithdialog.cpp:915
void hideNoCloseOnExit()
Hide the "Do not &close when command exits" Checkbox.
Definition kopenwithdialog.cpp:985
QExplicitlySharedDataPointer< KService > Ptr
QDialog(QWidget *parent, Qt::WindowFlags f)
virtual void accept()
virtual bool eventFilter(QObject *o, QEvent *e) override
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
QObject * parent() const const
QWidget(QWidget *parent, Qt::WindowFlags f)
virtual bool event(QEvent *event) override
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.