KIO
kurlrequester.h
Go to the documentation of this file.
68 Q_PROPERTY( Qt::WindowModality fileDialogModality READ fileDialogModality WRITE setFileDialogModality )
316class KIO_EXPORT KUrlComboRequester : public KUrlRequester // krazy:exclude=dpointer (For use in Qt Designer)
Provides a user (and developer) friendly way to select files and directories.
Definition kfiledialog.h:69
KFile is a class which provides a namespace for some enumerated values associated with the kfile libr...
Definition kfile.h:32
KHBox(QWidget *parent=0)
friend friend class Private
KUrlComboRequester(QWidget *parent=0)
Constructs a KUrlRequester widget with a combobox.
Definition kurlrequester.cpp:554
This class does completion of URLs including user directories (~user) and environment variables.
Definition kurlcompletion.h:42
void returnPressed(const QString &)
Emitted when return or enter was pressed in the lineedit.
void setFileDialogModality(Qt::WindowModality modality)
Set the window modality for the file dialog to modality Directory selection dialogs are always modal.
Definition kurlrequester.cpp:525
void setFilter(const QString &filter)
Sets the filter for the file dialog.
Definition kurlrequester.cpp:437
const KEditListBox::CustomEditor & customEditor()
Definition kurlrequester.cpp:531
KUrlCompletion * completionObject() const
Definition kurlrequester.cpp:501
void setText(const QString &text)
Sets the current text in the lineedit or combobox.
Definition kurlrequester.cpp:299
void openFileDialog(KUrlRequester *)
Emitted before the filedialog is going to open.
void urlSelected(const KUrl &)
Emitted when the user changed the URL via the file dialog.
bool eventFilter(QObject *obj, QEvent *ev)
Definition kurlrequester.cpp:485
void textChanged(const QString &)
Emitted when the text in the lineedit changes.
void setPath(const QString &path)
Sets the url in the lineedit to KUrl::fromPath(path).
Definition kurlrequester.cpp:293
void returnPressed()
Emitted when return or enter was pressed in the lineedit.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.