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
Definition: kurlrequester.h:317
This class does completion of URLs including user directories (~user) and environment variables.
Definition: kurlcompletion.h:42
This class is a widget showing a lineedit and a button, which invokes a filedialog.
Definition: kurlrequester.h:61
void returnPressed(const QString &)
Emitted when return or enter was pressed in the lineedit.
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.
void textChanged(const QString &)
Emitted when the text in the lineedit changes.
void returnPressed()
Emitted when return or enter was pressed in the lineedit.
KAction * clear(const QObject *recvr, const char *slot, QObject *parent)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.