KIO
kurlrequester.h
64 Q_PROPERTY(Qt::WindowModality fileDialogModality READ fileDialogModality WRITE setFileDialogModality)
113 * The default mode of the file dialog is 'KFile::File | KFile::ExistingOnly | KFile::LocalOnly',
340class KIOWIDGETS_EXPORT KUrlComboRequester : public KUrlRequester // krazy:exclude=dpointer (For use in Qt Designer)
KFile is a class which provides a namespace for some enumerated values associated with the kfile libr...
Definition kfile.h:24
This class does completion of URLs including user directories (~user) and environment variables.
Definition kurlcompletion.h:41
void setFileDialogModality(Qt::WindowModality modality)
Set the window modality for the file dialog to modality Directory selection dialogs are always modal.
Definition kurlrequester.cpp:657
void setNameFilter(const QString &filter)
Sets the filters for the file dialog.
Definition kurlrequester.cpp:529
void urlSelected(const QUrl &)
Emitted when the user changed the URL via the file dialog.
const KEditListWidget::CustomEditor & customEditor()
Definition kurlrequester.cpp:662
KUrlCompletion * completionObject() const
Definition kurlrequester.cpp:631
void setText(const QString &text)
Sets the current text in the lineedit or combobox.
Definition kurlrequester.cpp:365
void openFileDialog(KUrlRequester *)
Emitted before the filedialog is going to open.
void setMimeTypeFilters(const QStringList &mimeTypes)
Sets the MIME type filters for the file dialog.
Definition kurlrequester.cpp:546
void textChanged(const QString &)
Emitted when the text in the lineedit changes.
void returnPressed(const QString &text)
Emitted when return or enter was pressed in the lineedit.
void setAcceptMode(QFileDialog::AcceptMode m)
Sets the open / save mode of the file dialog.
Definition kurlrequester.cpp:501
KUrlRequester(QWidget *parent=nullptr)
Constructs a KUrlRequester widget.
Definition kurlrequester.cpp:287
void textEdited(const QString &)
Emitted when the text in the lineedit was modified by the user.
void setNameFilters(const QStringList &filters)
Sets the filters for the file dialog.
Definition kurlrequester.cpp:520
void setPlaceholderText(const QString &msg)
This makes the KUrlRequester line edit display a grayed-out hinting text as long as the user didn't e...
Definition kurlrequester.cpp:636
QStringList mimeTypeFilters() const
Returns the MIME type filters for the file dialog.
Definition kurlrequester.cpp:556
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
QObject * parent() const const
QWidget(QWidget *parent, Qt::WindowFlags f)
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.