class KUrlRequesterDialog |
|
|
Dialog in which a user can enter a filename or url. It is a dialog encapsulating KUrlRequester. The API is derived from KFileDialog.
Simple dialog to enter a filename/url.
Author Wilco Greven |
|
Constructs a KUrlRequesterDialog.
url - The url of the directory to start in. Use QString() to start in the current working directory, or the last directory where a file has been selected. parent - The parent object of this widget. |
|
Constructs a KUrlRequesterDialog.
url - The url of the directory to start in. Use QString() to start in the current working directory, or the last directory where a file has been selected. text - Text of the label parent - The parent object of this widget. |
|
|
Returns a pointer to the file dialog used by the KUrlRequester. |
|
Creates a modal dialog, executes it and returns the selected URL.
url - This specifies the initial path of the input line. parent - The widget the dialog will be centered on initially. caption - The caption to use for the dialog. |
|
Returns the fully qualified filename. |
|
Returns a pointer to the KUrlRequester. |