kurlrequester.h
Provides a user (and developer) friendly way to select files and directories.
Definition tdefiledialog.h:77
KURLComboRequester(TQWidget *parent=0, const char *name=0)
Constructs a KURLRequester widget with a combobox.
Definition kurlrequester.cpp:424
void setFilter(const TQString &filter)
Sets the filter for the file dialog.
Definition kurlrequester.cpp:327
void setURL(const TQString &url)
Sets the url in the lineedit to url.
Definition kurlrequester.cpp:235
void textChanged(const TQString &)
Emitted when the text in the lineedit changes.
void urlSelected(const TQString &)
Emitted when the user changed the URL via the file dialog.
void returnPressed(const TQString &)
Emitted when return or enter was pressed in the lineedit.
void setShowLocalProtocol(bool b)
Enables/disables showing file:/ in the lineedit, when a local file has been selected in the filedialo...
Definition kurlrequester.cpp:355
KURLRequester(TQWidget *parent=0, const char *name=0)
Constructs a KURLRequester widget.
Definition kurlrequester.cpp:174
void returnPressed()
Emitted when return or enter was pressed in the lineedit.
void openFileDialog(KURLRequester *)
Emitted before the filedialog is going to open.
void slotOpenDialog()
Called when the button is pressed to open the filedialog.
Definition kurlrequester.cpp:273
KURLCompletion * completionObject() const
Definition kurlrequester.h:175
TQString filter() const
Returns the current filter for the file dialog.
Definition kurlrequester.cpp:334
Trinity API Reference